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:63:6: warning: left operand of comma operator has no effect [-Wunused-value]
63 | pr(t, "---------");
| ^
Mixture.cpp:69:7: warning: left operand of comma operator has no effect [-Wunused-value]
69 | pr("ins", a, b, c, x[i], y[i]);
| ^~~~~
Mixture.cpp:69:17: warning: right operand of comma operator has no effect [-Wunused-value]
69 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:69:20: warning: right operand of comma operator has no effect [-Wunused-value]
69 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:69:26: warning: right operand of comma operator has no effect [-Wunused-value]
69 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:69:26: warning: right operand of comma operator has no effect [-Wunused-value]
69 | pr("ins", a, b, c, x[i], y[i]);
| ~~~^
Mixture.cpp:74:7: warning: left operand of comma operator has no effect [-Wunused-value]
74 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:74:22: warning: right operand of comma operator has no effect [-Wunused-value]
74 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:74:22: warning: right operand of comma operator has no effect [-Wunused-value]
74 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:81:8: warning: left operand of comma operator has no effect [-Wunused-value]
81 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~~~~
Mixture.cpp:81:26: warning: right operand of comma operator has no effect [-Wunused-value]
81 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~
Mixture.cpp:81:42: warning: right operand of comma operator has no effect [-Wunused-value]
81 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^
Mixture.cpp:107:7: warning: left operand of comma operator has no effect [-Wunused-value]
107 | pr("del", i);
| ^~~~~
Mixture.cpp:113:7: warning: left operand of comma operator has no effect [-Wunused-value]
113 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:113:22: warning: right operand of comma operator has no effect [-Wunused-value]
113 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:113:22: warning: right operand of comma operator has no effect [-Wunused-value]
113 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:144:6: warning: left operand of comma operator has no effect [-Wunused-value]
144 | pr("f", it->first, it->second);
| ^~~
Mixture.cpp:145:6: warning: left operand of comma operator has no effect [-Wunused-value]
145 | pr("cnt", cnt);
| ^~~~~