Borderou de evaluare (job #724866)

Utilizator avatar Sebi_Ripa Sebastian Ripa Sebi_Ripa IP ascuns
Problemă Puteri3 (clasele 5-6) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 24 iun. 2023 13:16:12 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:5:14: error: variable 'std::ifstream fin' has initializer but incomplete type 5 | ifstream fin ("puteri3.in"); | ^ main.cpp:6:15: error: variable 'std::ofstream fout' has initializer but incomplete type 6 | ofstream fout ("puteri3.out"); | ^ main.cpp: In function 'int main()': main.cpp:63:19: warning: statement has no effect [-Wunused-value] 63 | s == 3; | ~~^~~~ main.cpp:10:18: warning: unused variable 'c' [-Wunused-variable] 10 | int n, b, e, c, s = 0, i; | ^