Problem | catsort |
---|---|
User | Hijackedsoul |
Submission Time | 2024-08-01 16:35:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catsort.cpp: In function ‘int main()’:
catsort.cpp:25:16: error: expected ‘;’ before ‘std’
25 | ans+=cnt+cnt%2
| ^
| ;
26 | std::cout << ans;
| ~~~