Problem waterbottles3
User Ant1234567890
Submission Time 2025-06-12 10:50:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:11:17: error: expected ‘;’ before ‘}’ token
11 | A.push_back(c)
| ^
| ;
12 | }
| ~