Borderou de evaluare (job #768778)

Utilizator avatar aldeadavid andrei david aldeadavid IP ascuns
Problemă Cifre 4 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 18 mar. 2024 16:05:20 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type 4 | ifstream fin("cifre4.in"); | ^ main.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type 5 | ofstream fout("cifre4.out"); | ^ main.cpp: In function 'int main()': main.cpp:9:19: warning: unused variable 'p' [-Wunused-variable] 9 | int n, MAX=0, p, cntp=0, cn, MAX2=10; | ^