| Problem | sort |
|---|---|
| User | Law |
| Submission Time | 2024-06-19 14:42:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘int main()’:
sort.cpp:15:2: error: expected primary-expression before ‘]’ token
15 | ]
| ^
sort.cpp:15:2: error: expected ‘}’ at end of input
sort.cpp:13:25: note: to match this ‘{’
13 | for(int i=0; i<n; i++) {
| ^
sort.cpp:15:2: error: expected ‘}’ at end of input
15 | ]
| ^
sort.cpp:9:12: note: to match this ‘{’
9 | int main() {
| ^