biscuits.cpp: In function 'long long int count_tastiness(long long int, std::vector<long long int>)':
biscuits.cpp:19:9: warning: left operand of comma operator has no effect [-Wunused-value]
19 | debug("i %d\n",i);
| ^~~~~~~~
biscuits.cpp:48:10: warning: left operand of comma operator has no effect [-Wunused-value]
48 | debug("mid %lld -> %lld, num %lld\n",mid,val,num);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
biscuits.cpp:48:45: warning: right operand of comma operator has no effect [-Wunused-value]
48 | debug("mid %lld -> %lld, num %lld\n",mid,val,num);
| ^~~
biscuits.cpp:48:49: warning: right operand of comma operator has no effect [-Wunused-value]
48 | debug("mid %lld -> %lld, num %lld\n",mid,val,num);
| ^~~
biscuits.cpp:58:9: warning: left operand of comma operator has no effect [-Wunused-value]
58 | debug("add %d\n",lo+1);
| ^~~~~~~~~~