Borderou de evaluare (job #686463)

Utilizator avatar TudorBodescu Bodescu Tudor TudorBodescu IP ascuns
Problemă Șir6 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 10 ian. 2023 18:32:29 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:15:5: error: 'ifstrean' was not declared in this scope 15 | ifstrean cin("sir6.in"); | ^~~~~~~~ main.cpp:16:19: error: variable 'std::ofstream cout' has initializer but incomplete type 16 | ofstream cout ("sir6.out"); | ^ main.cpp:17:9: warning: unused variable 'cnt' [-Wunused-variable] 17 | int cnt = 0; | ^~~