| Problem | lunchbox |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-04-28 23:04:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:42: error: ‘class std::vector<int>’ has no member named ‘push’
9 | for (int i=0; i<m; i++){ cin >> temp; v.push(temp); }
| ^~~~