#122
CifreBinare
Se citesc două numere naturale. Să se afişeze numărul care are mai multe cifre egale cu 1
în reprezentarea în baza 2
.
Problema | CifreBinare | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54802611 | Utilizator | |
Fișier | cifrebinare.c | Dimensiune | 685 B |
Data încărcării | 09 Decembrie 2024, 10:35 | Scor / rezultat | 100 puncte |
cifrebinare.c: In function 'main': cifrebinare.c:30:9: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", cn); ^ cifrebinare.c:34:9: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", cx); ^ cifrebinare.c:40:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",cn); ^ cifrebinare.c:44:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",cx); ^ cifrebinare.c:6:27: warning: unused variable 'p' [-Wunused-variable] long long n,cn,cx,x,r,p=1,a=0,b=0; ^ cifrebinare.c:7:10: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%lld %lld",&n,&x); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema CifreBinare face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.