Mixture.cpp: In function 'void up(ld, ld, bool)':
Mixture.cpp:40:5: warning: left operand of comma operator has no effect [-Wunused-value]
40 | pr("dif", dif, b);
| ^~~~~
Mixture.cpp:40:17: warning: right operand of comma operator has no effect [-Wunused-value]
40 | pr("dif", dif, b);
| ^
Mixture.cpp: In function 'int main()':
Mixture.cpp:59:5: warning: left operand of comma operator has no effect [-Wunused-value]
59 | pr("pi", pi);
| ^~~~
Mixture.cpp:60:5: warning: left operand of comma operator has no effect [-Wunused-value]
60 | pr("init", a, b, c, x[0], y[0]);
| ^~~~~~
Mixture.cpp:60:16: warning: right operand of comma operator has no effect [-Wunused-value]
60 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:60:19: warning: right operand of comma operator has no effect [-Wunused-value]
60 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:60:25: warning: right operand of comma operator has no effect [-Wunused-value]
60 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:60:25: warning: right operand of comma operator has no effect [-Wunused-value]
60 | pr("init", a, b, c, x[0], y[0]);
| ~~~^
Mixture.cpp:68:7: warning: left operand of comma operator has no effect [-Wunused-value]
68 | pr("ins", a, b, c, x[i], y[i]);
| ^~~~~
Mixture.cpp:68:17: warning: right operand of comma operator has no effect [-Wunused-value]
68 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:68:20: warning: right operand of comma operator has no effect [-Wunused-value]
68 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:68:26: warning: right operand of comma operator has no effect [-Wunused-value]
68 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:68:26: warning: right operand of comma operator has no effect [-Wunused-value]
68 | pr("ins", a, b, c, x[i], y[i]);
| ~~~^
Mixture.cpp:73:7: warning: left operand of comma operator has no effect [-Wunused-value]
73 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:73:22: warning: right operand of comma operator has no effect [-Wunused-value]
73 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:73:22: warning: right operand of comma operator has no effect [-Wunused-value]
73 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:80:8: warning: left operand of comma operator has no effect [-Wunused-value]
80 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~~~~
Mixture.cpp:80:26: warning: right operand of comma operator has no effect [-Wunused-value]
80 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~
Mixture.cpp:80:42: warning: right operand of comma operator has no effect [-Wunused-value]
80 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^
Mixture.cpp:106:7: warning: left operand of comma operator has no effect [-Wunused-value]
106 | pr("del", i);
| ^~~~~
Mixture.cpp:112:7: warning: left operand of comma operator has no effect [-Wunused-value]
112 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:112:22: warning: right operand of comma operator has no effect [-Wunused-value]
112 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:112:22: warning: right operand of comma operator has no effect [-Wunused-value]
112 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:143:6: warning: left operand of comma operator has no effect [-Wunused-value]
143 | pr("f", it->first, it->second);
| ^~~
Mixture.cpp:144:6: warning: left operand of comma operator has no effect [-Wunused-value]
144 | pr("cnt", cnt);
| ^~~~~