Borderou de evaluare (job #807176)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Selecţie (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 ian. 2025 15:23:24 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:30: error: expected ';' before 'out'
13 | nth_element(v+1,v+k,v+n+1)
| ^
| ;
14 | out<<v[k];
| ~~~
main.cpp:9:13: warning: unused variable 'j' [-Wunused-variable]
9 | int n,i,j,k;
| ^