0_0_38828778_7551.cpp: In function 'void solve()':
0_0_38828778_7551.cpp:23:36: error: 'j' was not declared in this scope
23 | if(w[i]>=w[j]&&g[i]>=g[j]&&x[i]>=x[j]&&f[i]>=f[j]&&l[i]>=l[j])
| ^
0_0_38828778_7551.cpp:28:26: error: 'i' was not declared in this scope
28 | cout<<dp[i]<<endl;
| ^
0_0_38828778_7551.cpp: At global scope:
0_0_38828778_7551.cpp:30:1: error: expected declaration before '}' token
30 | }
| ^
|