| Problem | inversioncounting |
|---|---|
| User | chickengoat |
| Submission Time | 2025-05-17 21:11:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
inversioncounting.cpp: In function ‘int main()’:
inversioncounting.cpp:23:15: error: expected initializer before ‘sum’
23 | long longjmp sum=0;
| ^~~
inversioncounting.cpp:25:3: error: ‘sum’ was not declared in this scope
25 | sum+=displace[z];
| ^~~
inversioncounting.cpp:27:10: error: ‘sum’ was not declared in this scope
27 | cout << sum;
| ^~~