Problem | inversioncounting |
---|---|
User | Kiameimon |
Submission Time | 2024-12-09 04:40:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
inversioncounting.cpp: In function ‘int main()’:
inversioncounting.cpp:48:7: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
48 | fill(cnt, cnt+100, 0);
| ^~~
| int