Borderou de evaluare (job #733412)

Utilizator avatar Tudor21 Tudor Precup Tudor21 IP ascuns
Problemă Regele (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 24 sept. 2023 14:27:48 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:13: error: variable 'std::ifstream in' has initializer but incomplete type 5 | ifstream in ("regele.in"); | ^ main.cpp:6:14: error: variable 'std::ofstream out' has initializer but incomplete type 6 | ofstream out ("regele.out"); | ^ main.cpp: In function 'int main()': main.cpp:10:42: warning: unused variable 'ptotal' [-Wunused-variable] 10 | long long n,grame,grupa=0,i,x,suma=0,ptotal=0,dif; | ^~~~~~