#3479
2lan
C++
Se da un număr n
. Calculați ultima cifră a lui \({2}^{n}\).
Problema | 2lan | Operații I/O |
2lan.in /2lan.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 0.1 MB
/
Stivă 0.1 MB
|
Id soluție | #53943345 | Utilizator | |
Fișier | lan.cpp | Dimensiune | 546 B |
Data încărcării | 15 Noiembrie 2024, 12:43 | Scor / rezultat | Eroare de compilare |
lan.cpp:2:15: warning: character constant too long for its type [enabled by default] ifstream fin ('2lan.in';) ^ lan.cpp:3:16: warning: character constant too long for its type [enabled by default] ofstream fout ('2lan.out'); ^ lan.cpp:2:1: error: 'ifstream' does not name a type ifstream fin ('2lan.in';) ^ lan.cpp:2:25: error: expected unqualified-id before ')' token ifstream fin ('2lan.in';) ^ lan.cpp: In function 'int main()': lan.cpp:9:5: error: 'fin' was not declared in this scope fin>>n; ^ lan.cpp:14:9: error: 'fout' was not declared in this scope fout<<1; ^ lan.cpp:17:13: error: 'fout' was not declared in this scope fout<<2; ^ lan.cpp:20:17: error: 'fout' was not declared in this scope fout<<4; ^ lan.cpp:23:21: error: 'fout' was not declared in this scope fout<<8; ^ lan.cpp:26:25: error: 'fout' was not declared in this scope fout<<6; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema 2lan 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ă.