0_0_39087088_7229.cpp: In function 'int main()':
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:73:1: note: to match this '{'
73 | {
| ^
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:69:1: note: to match this '{'
69 | {
| ^
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:63:1: note: to match this '{'
63 | {
| ^
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:59:1: note: to match this '{'
59 | {
| ^
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:33:1: note: to match this '{'
33 | {
| ^
0_0_39087088_7229.cpp:75:51: error: expected '}' at end of input
75 | dp[i][w]=min(dp[i][w],dp[i-1][j+cust[k]]-hurt[k]);//注意第/
| ^
0_0_39087088_7229.cpp:29:1: note: to match this '{'
29 | {
| ^
|