Borderou de evaluare (job #699526)

Utilizator avatar A_Random_Programmer Oancea Tudor A_Random_Programmer IP ascuns
Problemă Cluburi (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 feb. 2023 15:22:03 Scor 0

Raport evaluator

Eroare de compilare: cc1plus: error: '::main' must return 'int' main.cpp: In function 'int main()': main.cpp:11:1: error: 'fin' was not declared in this scope 11 | fin>>n; | ^~~ main.cpp:29:1: error: 'fout' was not declared in this scope 29 | fout<<cl<<endl; | ^~~~ main.cpp:17:11: warning: unused variable 'i' [-Wunused-variable] 17 | long long i = 1; | ^