| Problem | cpicsort |
|---|---|
| User | SankaSreenidh |
| Submission Time | 2026-06-24 09:49:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:6:15: error: ‘N’ was not declared in this scope
6 | vector<int> A(N);
| ^
cpicsort.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
cpicsort.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^