Problem | replacingpavement |
---|---|
User | Pan |
Submission Time | 2023-12-31 14:10:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
replacingpavement.cpp: In function ‘void dfs(ll, ll)’:
replacingpavement.cpp:25:25: error: expected ‘;’ before ‘}’ token
25 | ans = min(ans, u.s*3)
| ^
| ;
26 | }
| ~