Problem | catfight |
---|---|
User | hackerman123 |
Submission Time | 2023-02-05 22:35:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:22:23: error: expected ‘;’ before ‘while’
22 | d.push_back(a)
| ^
| ;
23 | while (sum > P){
| ~~~~~