Problem swapbuildings
User idontlikeboystrustme
Submission Time 2025-12-06 12:00:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapbuildings.cpp: In function ‘int main()’:
swapbuildings.cpp:14:25: error: expected ‘;’ before ‘)’ token
14 | for(int i = 0; i < n); i++){
| ^
| ;
swapbuildings.cpp:14:28: error: ‘i’ was not declared in this scope
14 | for(int i = 0; i < n); i++){
| ^