| Problem | sort |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-17 09:10:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int32_t main()’:
sort.cpp:18:18: error: ‘nl’ was not declared in this scope; did you mean ‘n’?
18 | for (int i=0; i<nl i++) cout << v[i] <<" ";
| ^~
| n
sort.cpp:18:20: error: expected ‘;’ before ‘i’
18 | for (int i=0; i<nl i++) cout << v[i] <<" ";
| ^~
| ;