Problem | waterbottles |
---|---|
User | haydendoo |
Submission Time | 2023-05-27 14:36:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
waterbottles.cpp: In function ‘void solve()’:
waterbottles.cpp:240:39: error: expected ‘;’ before ‘}’ token
240 | print(curr-k*((n-1)*(m-1) + n-1+m-1))
| ^
| ;
241 | }
| ~