Problem | lunchbox |
---|---|
User | Maskaphobia |
Submission Time | 2024-02-13 10:17:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:19: error: unable to deduce ‘auto’ from ‘v.std::vector<int>::begin’
15 | for (auto it = v.begin; it != v.end){
| ^~~~~
lunchbox.cpp:15:19: note: couldn’t deduce template parameter ‘auto’
lunchbox.cpp:15:37: error: expected ‘;’ before ‘)’ token
15 | for (auto it = v.begin; it != v.end){
| ^
| ;