| Problem | cpicsort |
|---|---|
| User | Magenta |
| Submission Time | 2026-06-23 14:50:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:16:6: error: ‘vec’ was not declared in this scope
16 | sort(vec.begin(),vec.end(),greater<int>());
| ^~~
cpicsort.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
cpicsort.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^