Borderou de evaluare (job #782518)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Analiza (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 iul. 2024 17:45:33 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:43:10: error: stray '`' in program
43 | }` `
| ^
main.cpp:43:22: error: stray '`' in program
43 | }` `
| ^
main.cpp: In function 'int32_t main()':
main.cpp:44:9: error: 'sort' was not declared in this scope; did you mean 'short'?
44 | sort(arr+1,arr+n+1);
| ^~~~
| short
main.cpp:47:17: error: 'l' was not declared in this scope
47 | if (l!=arr[i])
| ^
main.cpp:54:13: error: 'l' was not declared in this scope
54 | l=arr[i];
| ^