| Problem | cpicsort |
|---|---|
| User | Lerongt |
| Submission Time | 2026-06-23 14:56:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:12:21: error: expected primary-expression before ‘{’ token
12 | cout << A[i] << {3,2,,-1,4,4};
| ^
cpicsort.cpp:15:21: error: expected primary-expression before ‘{’ token
15 | cout << A[i] << {3,2,,-1,4,4};
| ^
cpicsort.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
cpicsort.cpp:11:29: note: to match this ‘{’
11 | for (int i = 0; i < N; i++) {
| ^
cpicsort.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
cpicsort.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^