Problem swapgame
User YSH2020
Submission Time 2026-06-15 17:58:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swapgame.cpp: In function ‘int main()’:
swapgame.cpp:29:6: error: declaration of ‘pos’ as multidimensional array must have bounds for all dimensions except the first
29 | int pos[][] = {{1,0,2,
| ^~~