| Problem | cpicsort |
|---|---|
| User | austenj |
| Submission Time | 2026-06-23 14:51:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:20:18: error: expected ‘;’ before ‘<’ token
20 | for (int i = 0, i < N; i++) {
| ^~
| ;
cpicsort.cpp:20:19: error: expected primary-expression before ‘<’ token
20 | for (int i = 0, i < N; i++) {
| ^
cpicsort.cpp:22:14: error: expected ‘;’ before ‘}’ token
22 | cout << "\n"
| ^
| ;
23 | }
| ~
cpicsort.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
cpicsort.cpp:7:15: note: to match this ‘{’
7 | signed main() {
| ^