Problem | swapsort |
---|---|
User | YongXin |
Submission Time | 2023-06-02 21:27:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:14:11: error: expected ‘;’ before ‘}’ token
14 | t=false
| ^
| ;
15 | }else{
| ~
swapsort.cpp:16:22: error: expected ‘;’ before ‘if’
16 | t=is_sorted(p,p+n)
| ^
| ;
17 | if (t) a+=1;
| ~~