| Problem | catfight |
|---|---|
| User | zyf |
| Submission Time | 2026-04-13 18:21:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:9:24: error: expected ‘;’ before ‘)’ token
9 | for(int i=0;i<N,i++){
| ^
| ;
catfight.cpp:11:14: error: ‘class std::vector<int>’ has no member named ‘push’
11 | cats.push(power);
| ^~~~
catfight.cpp:17:20: error: ‘class std::vector<int>’ has no member named ‘push’
17 | number.push(r-l);
| ^~~~