biscuits.cpp: In function 'll count_tastiness(ll, std::vector<long long int>)':
biscuits.cpp:23:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
23 | for(int i=0;i<(int)a.size();i++)
| ^~~
biscuits.cpp:25:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
25 | return count(0,coins[0]);
| ^~~~~~
biscuits.cpp:15:29: warning: iteration 119 invokes undefined behavior [-Waggressive-loop-optimizations]
15 | res+=count(i+1,coins[i+1]+num/2);
| ~~~~~~~~~^
biscuits.cpp:9:5: note: within this loop
9 | if(i==120)
| ^~