| Problem | cpicsort |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-23 14:38:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘sort’
8 | sort(vec.begin(), vec.end());
| ^~~~