Problem dinowalk
User aiden
Submission Time 2025-06-14 18:44:50
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:29:18: error: ‘adjmat’ was not declared in this scope; did you mean ‘adjmatp’?
29 | ans = min(ans,adjmat[i][j]);
| ^~~~~~
| adjmatp