Problem inversioncounting
User WANCH5789W
Submission Time 2026-04-06 20:23:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inversioncounting.cpp: In function ‘int main()’:
inversioncounting.cpp:16:19: error: expected ‘;’ before ‘<’ token
16 | for (int x = 0, x < y; x++){
| ^~
| ;
inversioncounting.cpp:16:20: error: expected primary-expression before ‘<’ token
16 | for (int x = 0, x < y; x++){
| ^