Problem lunchbox
User shaokai348
Submission Time 2025-03-02 15:52:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:10: error: expected primary-expression before ‘int’
9 | cin >> int c;
| ^~~
lunchbox.cpp:10:19: error: ‘c’ was not declared in this scope
10 | boxes.push_back(c);
| ^