#3479
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 | #56796457 | Utilizator | |
Fișier | lan.cpp | Dimensiune | 219 B |
Data încărcării | 06 Martie 2025, 09:00 | Scor / rezultat | Eroare de compilare |
lan.cpp:2:1: error: 'usign' does not name a type usign namespace std; ^ lan.cpp: In function 'int main()': lan.cpp:6:5: error: 'cin' was not declared in this scope cin>>n; ^ lan.cpp:6:5: note: suggested alternative: In file included from lan.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ lan.cpp:8:5: error: 'cout' was not declared in this scope cout<<6; ^ lan.cpp:8:5: note: suggested alternative: In file included from lan.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ lan.cpp:10:5: error: 'cout' was not declared in this scope cout<<2; ^ lan.cpp:10:5: note: suggested alternative: In file included from lan.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ lan.cpp:12:5: error: 'cout' was not declared in this scope cout<<4; ^ lan.cpp:12:5: note: suggested alternative: In file included from lan.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ lan.cpp:14:5: error: 'cout' was not declared in this scope cout<<8; ^ lan.cpp:14:5: note: suggested alternative: In file included from lan.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^
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ă.