Borderou de evaluare (job #706554)

Utilizator avatar MarcSion Sion Marc Andrei MarcSion IP ascuns
Problemă Abc (clasa a 5-a) Compilator cpp-32
Rundă superoji2 Status evaluat
Dată 13 mar. 2023 21:59:11 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:14:16: error: 'v' was not declared in this scope 14 | fin >> v[i]; | ^ main.cpp:16:10: error: 'v' was not declared in this scope 16 | sort(v, v+l); | ^ main.cpp:9:10: warning: unused variable 'abc' [-Wunused-variable] 9 | char abc[100000]; | ^~~