#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 | #54251885 | Utilizator | |
Fișier | bits.cpp | Dimensiune | 332 B |
Data încărcării | 23 Noiembrie 2024, 14:49 | 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:3:1: error: 'ifstream' does not name a type ifstream fin("bits.in"); ^ bits.cpp:4:1: error: 'ofstream' does not name a type ofstream fout("bits.out"); ^ bits.cpp: In function 'int main()': bits.cpp:9:5: error: 'fin' was not declared in this scope fin>>n>>q; ^ bits.cpp:10:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=1; i<=n; i++) ^ bits.cpp:15:16: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] if (aux&1==1)fout<<1; else fout<<0; ^ bits.cpp:15:22: error: 'fout' was not declared in this scope if (aux&1==1)fout<<1; else fout<<0; ^ bits.cpp:15: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ă.