Mixture.cpp: In function 'void up(ld, ld, bool)':
Mixture.cpp:38:5: warning: left operand of comma operator has no effect [-Wunused-value]
38 | pr("dif", dif, b);
| ^~~~~
Mixture.cpp:38:17: warning: right operand of comma operator has no effect [-Wunused-value]
38 | pr("dif", dif, b);
| ^
Mixture.cpp: In function 'int main()':
Mixture.cpp:55:5: warning: left operand of comma operator has no effect [-Wunused-value]
55 | pr("pi", pi);
| ^~~~
Mixture.cpp:56:5: warning: left operand of comma operator has no effect [-Wunused-value]
56 | pr("init", a, b, c, x[0], y[0]);
| ^~~~~~
Mixture.cpp:56:16: warning: right operand of comma operator has no effect [-Wunused-value]
56 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:56:19: warning: right operand of comma operator has no effect [-Wunused-value]
56 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:56:25: warning: right operand of comma operator has no effect [-Wunused-value]
56 | pr("init", a, b, c, x[0], y[0]);
| ^
Mixture.cpp:56:25: warning: right operand of comma operator has no effect [-Wunused-value]
56 | pr("init", a, b, c, x[0], y[0]);
| ~~~^
Mixture.cpp:64:7: warning: left operand of comma operator has no effect [-Wunused-value]
64 | pr("ins", a, b, c, x[i], y[i]);
| ^~~~~
Mixture.cpp:64:17: warning: right operand of comma operator has no effect [-Wunused-value]
64 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:64:20: warning: right operand of comma operator has no effect [-Wunused-value]
64 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:64:26: warning: right operand of comma operator has no effect [-Wunused-value]
64 | pr("ins", a, b, c, x[i], y[i]);
| ^
Mixture.cpp:64:26: warning: right operand of comma operator has no effect [-Wunused-value]
64 | pr("ins", a, b, c, x[i], y[i]);
| ~~~^
Mixture.cpp:67:7: warning: left operand of comma operator has no effect [-Wunused-value]
67 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:67:22: warning: right operand of comma operator has no effect [-Wunused-value]
67 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:67:22: warning: right operand of comma operator has no effect [-Wunused-value]
67 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:97:7: warning: left operand of comma operator has no effect [-Wunused-value]
97 | pr("del", i);
| ^~~~~
Mixture.cpp:101:7: warning: left operand of comma operator has no effect [-Wunused-value]
101 | pr("ang", ang, y[i], x[i]);
| ^~~~~
Mixture.cpp:101:22: warning: right operand of comma operator has no effect [-Wunused-value]
101 | pr("ang", ang, y[i], x[i]);
| ^
Mixture.cpp:101:22: warning: right operand of comma operator has no effect [-Wunused-value]
101 | pr("ang", ang, y[i], x[i]);
| ~~~^
Mixture.cpp:131:6: warning: left operand of comma operator has no effect [-Wunused-value]
131 | pr("f", it->first, it->second);
| ^~~
Mixture.cpp:132:6: warning: left operand of comma operator has no effect [-Wunused-value]
132 | pr("cnt", cnt);
| ^~~~~