| Problem | cpicsort |
|---|---|
| User | Jaysonwee22 |
| Submission Time | 2026-06-23 15:24:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp:6:7: error: expected ‘)’ before ‘;’ token
6 | int N;
| ^
| )
cpicsort.cpp:5:15: note: to match this ‘(’
5 | signed main() (
| ^
cpicsort.cpp:6:7: error: ‘main’ declared as function returning a function
6 | int N;
| ^
cpicsort.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘for’
9 | for (int 1 = 0; 1 < N; 1++) (
| ^~~
cpicsort.cpp:9:18: error: expected unqualified-id before numeric constant
9 | for (int 1 = 0; 1 < N; 1++) (
| ^
cpicsort.cpp:9:25: error: expected unqualified-id before numeric constant
9 | for (int 1 = 0; 1 < N; 1++) (
| ^
cpicsort.cpp:11:14: error: expected constructor, destructor, or type conversion before ‘(’ token
11 | sort(A.begin(),A.end());
| ^
cpicsort.cpp:13:10: error: expected unqualified-id before ‘for’