Problem eight
User Ignatius
Submission Time 2025-07-08 17:02:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:43:13: error: expected ‘,’ or ‘;’ before ‘swap’
43 | swap(nextState[pos], nextState[next]);
| ^~~~