| Problem | 01knapsack |
|---|---|
| User | Orson |
| Submission Time | 2025-12-04 15:25:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
01knapsack.cpp: In function ‘int main()’:
01knapsack.cpp:15:27: error: expected ‘}’ at end of input
15 | for(int j=W;j>=w[i];j--){
| ^
01knapsack.cpp:15:27: error: expected ‘}’ at end of input
01knapsack.cpp:14:22: note: to match this ‘{’
14 | for(int i=0;i<N;i++){
| ^
01knapsack.cpp:15:27: error: expected ‘}’ at end of input
15 | for(int j=W;j>=w[i];j--){
| ^
01knapsack.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^