| Problem | sort |
|---|---|
| User | Teohzijia |
| Submission Time | 2026-07-17 12:05:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:17:5: error: ‘i’ was not declared in this scope
17 | if(i!=N-1){
| ^
sort.cpp: At global scope:
sort.cpp:21:1: error: expected declaration before ‘}’ token
21 | }
| ^