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:57:5: warning: left operand of comma operator has no effect [-Wunused-value]
57 | pr("pi", pi);
| ^~~~
Mixture.cpp:58:5: warning: left operand of comma operator has no effect [-Wunused-value]
58 | pr("init", a, b, c, x[0], y[0]);
| ^~~~~~
Mixture.cpp:58:16: warning: right operand of comma operator has no effect [-Wunused-value]
58 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:58:19: warning: right operand of comma operator has no effect [-Wunused-value]
58 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:58:25: warning: right operand of comma operator has no effect [-Wunused-value]
58 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:58:25: warning: right operand of comma operator has no effect [-Wunused-value]
58 | pr("init", a, b, c, x[0], y[0]);
| ~~~^
Mixture.cpp:66:7: warning: left operand of comma operator has no effect [-Wunused-value]
66 | pr("ins", a, b, c, x[i], y[i]);
| ^~~~~
Mixture.cpp:66:17: warning: right operand of comma operator has no effect [-Wunused-value]
66 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:66:20: warning: right operand of comma operator has no effect [-Wunused-value]
66 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:66:26: warning: right operand of comma operator has no effect [-Wunused-value]
66 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:66:26: warning: right operand of comma operator has no effect [-Wunused-value]
66 | pr("ins", a, b, c, x[i], y[i]);
| ~~~^
Mixture.cpp:71:7: warning: left operand of comma operator has no effect [-Wunused-value]
71 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:71:22: warning: right operand of comma operator has no effect [-Wunused-value]
71 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:71:22: warning: right operand of comma operator has no effect [-Wunused-value]
71 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:78:8: warning: left operand of comma operator has no effect [-Wunused-value]
78 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~~~~
Mixture.cpp:78:26: warning: right operand of comma operator has no effect [-Wunused-value]
78 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^~~
Mixture.cpp:78:42: warning: right operand of comma operator has no effect [-Wunused-value]
78 | pr("HELP", *it, ang, opp, abs(*it-opp));
| ^
Mixture.cpp:104:7: warning: left operand of comma operator has no effect [-Wunused-value]
104 | pr("del", i);
| ^~~~~
Mixture.cpp:110:7: warning: left operand of comma operator has no effect [-Wunused-value]
110 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:110:22: warning: right operand of comma operator has no effect [-Wunused-value]
110 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:110:22: warning: right operand of comma operator has no effect [-Wunused-value]
110 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:140:6: warning: left operand of comma operator has no effect [-Wunused-value]
140 | pr("f", it->first, it->second);
| ^~~
Mixture.cpp:141:6: warning: left operand of comma operator has no effect [-Wunused-value]
141 | pr("cnt", cnt);
| ^~~~~