Problem swapbuildings
User popperoni
Submission Time 2025-06-15 16:09:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapbuildings.cpp: In function ‘int main()’:
swapbuildings.cpp:84:2: error: expected ‘,’ or ‘;’ before ‘long’
84 | long long ans=0;
| ^~~~
swapbuildings.cpp:87:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
87 | ans += i - cnts[a];
| ^~~
| abs
swapbuildings.cpp:90:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
90 | cout << ans;
| ^~~
| abs