| Problem | cpicsort |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-23 15:10:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:6:19: error: a function-definition is not allowed here before ‘{’ token
6 | signed main() {
| ^
cpicsort.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
cpicsort.cpp:5:13: note: to match this ‘{’
5 | int main () {
| ^