In function 'max',
inlined from 'main' at ./Main.cpp:19:11:
/opt/atcoder/gcc/include/c++/15.2.0/bits/stl_algobase.h:263:7: warning: 'p0' may be used uninitialized [-Wmaybe-uninitialized]
263 | if (__a < __b)
| ^
./Main.cpp: In function 'main':
./Main.cpp:9:7: note: 'p0' was declared here
9 | int p0,q0,x1,x2;
| ^
In function 'max',
inlined from 'main' at ./Main.cpp:19:11:
/opt/atcoder/gcc/include/c++/15.2.0/bits/stl_algobase.h:263:7: warning: 'q0' may be used uninitialized [-Wmaybe-uninitialized]
263 | if (__a < __b)
| ^
./Main.cpp: In function 'main':
./Main.cpp:9:10: note: 'q0' was declared here
9 | int p0,q0,x1,x2;
| ^