0_0_39413898_14114.cpp: In function 'void solve()':
0_0_39413898_14114.cpp:75:44: error: expected ')' before '!' token
75 | !mp[td][dx][dy] && td<T/*((T-td)>abs(dx-n)+abs(dy-m)) &&*/ !vis[td][dx][dy]) {
| ^ ~
| )
0_0_39413898_14114.cpp:74:20: note: to match this '('
74 | if (dx >= 0 && dy >= 0 && dx <= n && dy <= m &&
| ^
|