Borderou de evaluare (job #601176)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Speciale (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 iun. 2021 14:32:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:18: error: variable 'std::ifstream cin' has initializer but incomplete type
7 | ifstream cin ("speciale.in");
| ^
main.cpp:8:19: error: variable 'std::ofstream cout' has initializer but incomplete type
8 | ofstream cout ("speciale.out");
| ^
main.cpp:12:29: error: expected ';' before '}' token
12 | m = 1 + 10 * (k - 1)
| ^
| ;
13 | }
| ~