Problem | knapsack |
---|---|
User | Daddy |
Submission Time | 2023-11-10 15:04:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
knapsack.cpp: In function ‘int32_t main()’:
knapsack.cpp:52:5: error: ‘vectot’ was not declared in this scope
52 | vectot<tuple<int,int,int>> items(n);
| ^~~~~~
knapsack.cpp:52:29: error: expected primary-expression before ‘>’ token
52 | vectot<tuple<int,int,int>> items(n);
| ^~
knapsack.cpp:52:32: error: ‘items’ was not declared in this scope
52 | vectot<tuple<int,int,int>> items(n);
| ^~~~~