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