Borderou de evaluare (job #662218)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Pinochio (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 sept. 2022 12:56:15 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:12:1: error: 'ifstream' does not name a type
12 | ifstream "pinochio.in";
| ^~~~~~~~
main.cpp:13:1: error: 'ofstream' does not name a type
13 | ofstream "pinochio.out";
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:22:8: error: 'i' was not declared in this scope
22 | for (i=n;i<=k;i++)
| ^
main.cpp:28:3: error: 'out' was not declared in this scope
28 | out<<r;
| ^~~