election.cpp: In function 'void solve()':
election.cpp:59:40: warning: 'res[1].Node::ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ~~~~~^~~~~~~
election.cpp:25:7: note: 'res[1].Node::ans' was declared here
25 | T res[2];
| ^~~
election.cpp:59:54: warning: 'res[1].Node::s' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ~~~~~^~~~~~~
election.cpp:25:7: note: 'res[1].Node::s' was declared here
25 | T res[2];
| ^~~
election.cpp:59:23: warning: 'res[1].Node::mnr' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ~~~~~~^~~~~~
election.cpp:25:7: note: 'res[1].Node::mnr' was declared here
25 | T res[2];
| ^~~
election.cpp:59:54: warning: 'res[0].Node::ans' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ~~~~~^~~~~~~
election.cpp:25:7: note: 'res[0].Node::ans' was declared here
25 | T res[2];
| ^~~
election.cpp:59:40: warning: 'res[0].Node::s' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ~~~~~^~~~~~~
election.cpp:25:7: note: 'res[0].Node::s' was declared here
25 | T res[2];
| ^~~
election.cpp:59:17: warning: 'res[0].Node::mnl' may be used uninitialized in this function [-Wmaybe-uninitialized]
59 | r.ans = max(-a.mnl-b.mnr, max(-a.s + b.ans, -b.s + a.ans));
| ^~~~~~
election.cpp:25:7: note: 'res[0].Node::mnl' was declared here
25 | T res[2];
| ^~~