Problem packingducks
User Kiameimon
Submission Time 2024-02-17 15:35:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

packingducks.cpp: In function ‘int main()’:
packingducks.cpp:38:39: error: ‘j’ was not declared in this scope
38 | for(int i = 0; i < ways[n-1].size(); j++){
| ^
packingducks.cpp:39:25: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
39 | if(ways[n-1][i] <= k) ans++;
| ^~~
| abs
packingducks.cpp:41:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
41 | cout << ans;
| ^~~
| abs