Problem | lunchbox |
---|---|
User | eliasxyz |
Submission Time | 2025-05-24 00:22:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:8: error: expected primary-expression before ‘int’
8 | cin>>int p;
| ^~~
lunchbox.cpp:9:17: error: ‘p’ was not declared in this scope
9 | yay.push_back(p);
| ^
lunchbox.cpp:16:12: error: missing template arguments before ‘[’ token
16 | s+=vector[j];
| ^
lunchbox.cpp:18:11: error: expected ‘;’ before ‘return’
18 | cout<<j-1
| ^
| ;
19 |
20 | return 0;
| ~~~~~~