Problem | eating |
---|---|
User | LiuZq |
Submission Time | 2024-09-14 15:10:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eating.cpp: In function ‘int main()’:
eating.cpp:8:2: error: ‘vecotr’ was not declared in this scope
8 | vecotr<int> v;
| ^~~~~~
eating.cpp:8:9: error: expected primary-expression before ‘int’
8 | vecotr<int> v;
| ^~~
eating.cpp:13:17: error: ‘v’ was not declared in this scope
13 | for(int j=0;j<v.size();j++){
| ^
eating.cpp:22:4: error: ‘v’ was not declared in this scope
22 | v.push_back(b);
| ^