#832
Nota
Fiind dată nota unui elev să se afișeze dacă acesta este corigent sau promovat.
Problema | Nota | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53736317 | Utilizator | |
Fișier | nota.cpp | Dimensiune | 218 B |
Data încărcării | 10 Noiembrie 2024, 12:56 | Scor / rezultat | Eroare de compilare |
nota.cpp: In function 'int main()': nota.cpp:5:5: error: 'cin' was not declared in this scope cin>>n; ^ nota.cpp:5:5: note: suggested alternative: In file included from nota.cpp:1:0: /usr/include/c++/4.8/iostream:60:18: note: 'std::cin' extern istream cin; /// Linked to standard input ^ nota.cpp:5:10: error: 'n' was not declared in this scope cin>>n; ^ nota.cpp:8:9: error: 'cout' was not declared in this scope cout<<"promovat"<<endl; ^ nota.cpp:8:9: note: suggested alternative: In file included from nota.cpp:1:0: /usr/include/c++/4.8/iostream:61:18: note: 'std::cout' extern ostream cout; /// Linked to standard output ^ nota.cpp:8:27: error: 'endl' was not declared in this scope cout<<"promovat"<<endl; ^ nota.cpp:8:27: note: suggested alternative: In file included from /usr/include/c++/4.8/iostream:39:0, from nota.cpp:1: /usr/include/c++/4.8/ostream:564:5: note: 'std::endl' endl(basic_ostream<_CharT, _Traits>& __os) ^ nota.cpp:9:5: error: 'also' was not declared in this scope also if ((n>=1)&&(n<=4) ^ nota.cpp:9:10: error: expected ';' before 'if' also if ((n>=1)&&(n<=4) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Nota 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ă.