combo.cpp: In function 'std::string guess_sequence(int)':
combo.cpp:12:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
12 | if(coins = s.size()){
| ~~~~~~^~~~~~~~~~
combo.cpp:19:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
19 | if(coins = s.size()){
| ~~~~~~^~~~~~~~~~
combo.cpp:26:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
26 | if(coins = s.size()){
| ~~~~~~^~~~~~~~~~
combo.cpp:33:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
33 | if(coins = s.size()){
| ~~~~~~^~~~~~~~~~