Problem mate
User PlayVoltz
Submission Time 2024-01-10 15:12:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mate.cpp: In function ‘int main()’:
mate.cpp:26:13: error: ‘i’ was not declared in this scope
26 | if (graph[i][j]=='E')ans=min(ans, dj[y][x]);
| ^
mate.cpp:26:16: error: ‘j’ was not declared in this scope
26 | if (graph[i][j]=='E')ans=min(ans, dj[y][x]);
| ^