Problem | merchant |
---|---|
User | blackscreen1 |
Submission Time | 2025-02-11 12:22:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
merchant.cpp: In function ‘int main()’:
merchant.cpp:62:89: error: expected ‘;’ before ‘)’ token
62 | iloop(0, n) jloop(0, n) if (dist[i][j] < INF) adj[i][j] = mid * dist[i][j] - opb[i][j]);
| ^
| ;