#2560
bits
Se dă un număr natural N
. Determinați valoarea unor anumiți biți din reprezentarea sa în baza 2.
Balcaniada de Informatică 2018, ziua de antrenament
Problema | bits | Operații I/O |
bits.in /bits.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 128 MB
/
Stivă 32 MB
|
Id soluție | #54251863 | Utilizator | |
Fișier | bits.cpp | Dimensiune | 278 B |
Data încărcării | 23 Noiembrie 2024, 14:48 | Scor / rezultat | Eroare de compilare |
bits.cpp:2:7: error: expected nested-name-specifier before 'nmespace' using nmespace std; ^ bits.cpp:2:7: error: 'nmespace' has not been declared bits.cpp:2:16: error: expected ';' before 'std' using nmespace std; ^ bits.cpp:2:16: error: 'std' does not name a type bits.cpp: In function 'int main()': bits.cpp:7:5: error: 'fin' was not declared in this scope fin>>n>>q; ^ bits.cpp:8:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=1; i<=n; i++) ^ bits.cpp:13:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (aux&1==1)fout<<1; else fout<<0; ^ bits.cpp:13:22: error: 'fout' was not declared in this scope if (aux&1==1)fout<<1; else fout<<0; ^ bits.cpp:13:36: error: 'fout' was not declared in this scope if (aux&1==1)fout<<1; else fout<<0; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema bits 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ă.