Borderou de evaluare (job #721130)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cartonaș (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 mai 2023 19:10:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:2: error: invalid preprocessing directive #incude; did you mean #include?
2 | #incude <fstream>
| ^~~~~~
| include
main.cpp: In function 'int main()':
main.cpp:7:17: error: variable 'std::ifstream cin' has initializer but incomplete type
7 | ifstream cin("cartonas.in");
| ^
main.cpp:8:18: error: variable 'std::ofstream cout' has initializer but incomplete type
8 | ofstream cout("cartonas.out");
| ^