Problem feedthewallabies
User Xiaoyang
Submission Time 2023-11-26 00:09:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

feedthewallabies.cpp: In function ‘int main()’:
feedthewallabies.cpp:58:36: error: ‘x’ was not declared in this scope
58 | one=min(one,dist[i][j]+dist[i][(x-j)%x]);
| ^