Borderou de evaluare (job #587319)

Utilizator avatar Filip_Rush Filip Popp Filip_Rush IP ascuns
Problemă Numere 3 (clasa 5-6) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 20 mar. 2021 17:26:45 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:13: error: variable 'std::ifstream in' has initializer but incomplete type 4 | ifstream in ("numere3.in"); | ^ main.cpp:5:14: error: variable 'std::ofstream out' has initializer but incomplete type 5 | ofstream out ("numere3.out"); | ^ main.cpp: In function 'int main()': main.cpp:15:9: error: 's' was not declared in this scope 15 | s=s+u; | ^ main.cpp:20:9: error: 'p' was not declared in this scope 20 | p=1; | ^