| Problem | swapbuildings |
|---|---|
| User | IyasM |
| Submission Time | 2025-12-05 16:27:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapbuildings.cpp: In function ‘int main()’:
swapbuildings.cpp:19:16: error: expected ‘;’ before ‘}’ token
19 | cnt[arr[i]]++
| ^
| ;
20 | }
| ~