Borderou de evaluare (job #582897)

Utilizator avatar mateilb1234 Matei Balaur mateilb1234 IP ascuns
Problemă Cifre1 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 22 feb. 2021 19:16:37 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:7:14: error: aggregate 'std::ifstream fin' has incomplete type and cannot be defined 7 | ifstream fin; | ^~~ main.cpp:8:13: error: aggregate 'std::ofstream fout' has incomplete type and cannot be defined 8 | ofstream fout; | ^~~~ main.cpp:11:13: warning: unused variable 'i' [-Wunused-variable] 11 | int a,b,i=0,ucif=0,j=0; | ^ main.cpp:11:17: warning: unused variable 'ucif' [-Wunused-variable] 11 | int a,b,i=0,ucif=0,j=0; | ^~~~