Borderou de evaluare (job #609628)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Numere2 (clasa a 7-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 11 oct. 2021 11:38:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:23:10: error: empty character constant
23 | return 0''
| ^~
main.cpp: In function 'int main()':
main.cpp:12:2: error: 'cin' was not declared in this scope
12 | cin.tie(NULL);
| ^~~
main.cpp:2:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
1 | #include<fstream>
+++ |+#include <iostream>
2 | using namespace std;
main.cpp:23:10: error: expected ';' before '\x0'
23 | return 0''
| ^~
| ;
main.cpp:23:12: error: expected ';' before '}' token
23 | return 0''
| ^
| ;
24 | }
| ~
main.cpp:23:10: warning: statement has no effect [-Wunused-value]
23 | return 0''
| ^~