Problem swapbuildings
User Nikelodean
Submission Time 2025-12-05 16:32:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapbuildings.cpp: In function ‘int main()’:
swapbuildings.cpp:9:13: error: ‘inti’ was not declared in this scope; did you mean ‘int’?
9 | int h; for(inti=0;i<n;i++) {cin>>h[i];}
| ^~~~
| int
swapbuildings.cpp:9:20: error: ‘i’ was not declared in this scope
9 | int h; for(inti=0;i<n;i++) {cin>>h[i];}
| ^
swapbuildings.cpp:15:11: error: invalid types ‘long long int[long long int]’ for array subscript
15 | if (h[i] != h[i+z]) {
| ^
swapbuildings.cpp:15:21: error: invalid types ‘long long int[long long int]’ for array subscript
15 | if (h[i] != h[i+z]) {
| ^