Borderou de evaluare (job #683914)

Utilizator avatar Andrei1202 Dragomir Andrei Andrei1202 IP ascuns
Problemă Compus (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 22 dec. 2022 17:45:35 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type 4 | ifstream in("compus.in"); | ^ main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type 5 | ofstream out("compus.out"); | ^ main.cpp: In function 'int main()': main.cpp:23:17: warning: use of an operand of type 'bool' in 'operator++' is deprecated [-Wdeprecated] 23 | k++; | ^ main.cpp:10:15: warning: unused variable 'cntr' [-Wunused-variable] 10 | int n,e,p,cntr=1; | ^~~~