Borderou de evaluare (job #706557)

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 22:00:26 Scor 0

Raport evaluator

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