Problem | volcanic |
---|---|
User | haydendoo |
Submission Time | 2023-01-12 09:48:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
volcanic.cpp: In function ‘void solve()’:
volcanic.cpp:280:20: error: ‘k’ was not declared in this scope
280 | if(dist[sy][sx]<=k) {hi=mid-1; continue }
| ^
volcanic.cpp:280:42: error: expected ‘;’ before ‘}’ token
280 | if(dist[sy][sx]<=k) {hi=mid-1; continue }
| ^~
| ;