| Problem | waterbottles3 |
|---|---|
| User | WJR |
| Submission Time | 2025-06-16 15:59:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
waterbottles3.cpp:20:23: error: stray ‘\357’ in program
20 | cnt ++;
| ^
waterbottles3.cpp:20:24: error: stray ‘\274’ in program
20 | cnt ++;
| ^
waterbottles3.cpp:20:25: error: stray ‘\233’ in program
20 | cnt ++;
| ^
waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:20:23: error: expected ‘;’ before ‘}’ token
20 | cnt ++;
| ^
| ;
21 | }
| ~