Problem dinowalk
User aiden
Submission Time 2025-06-14 18:42:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dinowalk.cpp: In function ‘int main()’:
dinowalk.cpp:8:12: error: ‘sync_with_stdio’ was not declared in this scope
8 | ios_base:;sync_with_stdio(0);cin.tie(0);
| ^~~~~~~~~~~~~~~
dinowalk.cpp:14:11: error: ‘adjmat’ was not declared in this scope; did you mean ‘adjmatp’?
14 | cin >> adjmat[i][j];
| ^~~~~~
| adjmatp
dinowalk.cpp:20:5: error: ‘adjmat’ was not declared in this scope; did you mean ‘adjmatp’?
20 | adjmat[j][k] = max(adjmat[j][k],min(adjmat[j][i],adjmat[i][k]))
| ^~~~~~
| adjmatp
dinowalk.cpp:20:12: error: ‘j’ was not declared in this scope
20 | adjmat[j][k] = max(adjmat[j][k],min(adjmat[j][i],adjmat[i][k]))
| ^
dinowalk.cpp:20:15: error: ‘k’ was not declared in this scope
20 | adjmat[j][k] = max(adjmat[j][k],min(adjmat[j][i],adjmat[i][k]))
| ^
dinowalk.cpp:26:2: error: ‘ans’ was no