Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Pitone. Nozioni di base
(Python) Subroutine: procedure e funzioni - 2
Module:
(Python) Subroutine: procedure e funzioni - 2
Problem
3
/8
Il numero di unità nella notazione binaria di un numero
Problem
Scrivi una funzione che calcoli, dato un numero N in notazione decimale, il numero di uno nella rappresentazione binaria di questo numero (0 <= N <= 10
6
)
Esempi
#
Input
Uscita
1
255
8
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary