Problem thumper2
User pera
Submission Time 2025-06-06 15:25:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

thumper2.cpp: In function ‘int main()’:
thumper2.cpp:38:14: error: expected ‘;’ before ‘if’
38 | continue
| ^
| ;
39 | if(nr[j] >= nr[i]){
| ~~