Problema | uciv | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #50636702 | Utilizator | |
Fișier | uciv.cpp | Dimensiune | 151 B |
Data încărcării | 18 Aprilie 2024, 07:54 | Scor / rezultat | Eroare de compilare |
uciv.cpp:2:7: error: expected nested-name-specifier before 'namesepace' using namesepace std; ^ uciv.cpp:2:7: error: 'namesepace' has not been declared uciv.cpp:2:18: error: expected ';' before 'std' using namesepace std; ^ uciv.cpp:2:18: error: 'std' does not name a type uciv.cpp: In function 'int main()': uciv.cpp:6:9: error: lvalue required as left operand of assignment x%10=x; ^ uciv.cpp:7:9: error: lvalue required as left operand of assignment y%10=y; ^ uciv.cpp:9:9: error: lvalue required as left operand of assignment s%10=s; ^ uciv.cpp:10:5: error: 'cout' was not declared in this scope cout<<s; ^ uciv.cpp:10:5: note: suggested alternative: In file included from uciv.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ uciv.cpp: At global scope: uciv.cpp:12:1: error: expected unqualified-id before 'return' return 0 ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema uciv 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ă.