Borderou de evaluare (job #639284)

Utilizator avatar Stormtrooper-007 Vartic Rihard Stormtrooper-007 IP ascuns
Problemă Alune (clasa a 8-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 8 mar. 2022 16:08:10 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:7:13: error: variable 'std::ifstream cin' has initializer but incomplete type 7 | ifstream cin("alune.in"); | ^ main.cpp:8:14: error: variable 'std::ofstream cout' has initializer but incomplete type 8 | ofstream cout("alune.out"); | ^ main.cpp:9:9: warning: unused variable 'i' [-Wunused-variable] 9 | int n,m,i,mi=3e9; | ^