| Problem | cpicsort |
|---|---|
| User | zhaoyz |
| Submission Time | 2026-06-23 14:33:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicsort.cpp: In function ‘int main()’:
cpicsort.cpp:10:32: error: expected ‘;’ before ‘for’
10 | sort(num.begin(),num.end())
| ^
| ;
11 | for(auto itr : num){
| ~~~
cpicsort.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
cpicsort.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^