| Problem | knapsack |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-04-19 14:48:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
knapsack.cpp: In function ‘int main()’:
knapsack.cpp:13:18: error: expected ‘;’ before ‘long’
13 | cin >> vl >> wt
| ^
| ;
knapsack.cpp:15:10: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
15 | cin >> cnt;
| ^~~
| int