Problem | inversions |
---|---|
User | burningout |
Submission Time | 2025-03-19 02:08:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inversions.cpp: In function ‘int main()’:
inversions.cpp:23:15: error: expected ‘}’ at end of input
23 | cout << count;
| ^
inversions.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^