| Problem | skyscraper_apio15 |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-05-23 07:31:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
skyscraper_apio15.cpp: In function ‘int main()’:
skyscraper_apio15.cpp:87:70: error: expected ‘)’ before ‘;’ token
87 | if (dist[goal][x] != -1) bestans = min(bestans, dist[goal][x];
| ~ ^
| )