Borderou de evaluare (job #676397)

Utilizator avatar Mitrut_Sebeni Mitrut Sebeni Gabriel Mitrut_Sebeni IP ascuns
Problemă Cifra Compilator cpp-32
Rundă vaslui_cls78_17.11 Status evaluat
Dată 17 nov. 2022 20:23:28 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:13: error: variable 'std::ifstream fin' has initializer but incomplete type 3 | ifstream fin("cifra.in"); | ^ main.cpp:4:14: error: variable 'std::ofstream fout' has initializer but incomplete type 4 | ofstream fout("cifra.out"); | ^ main.cpp: In function 'int main()': main.cpp:10:18: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 10 | for(int i=1;i<=m;i++) | ~^~~ main.cpp:7:18: warning: unused variable 'nr' [-Wunused-variable] 7 | unsigned s,n,nr,m,copie; | ^~