Compiler output
prog.cpp: In function 'int main()':
prog.cpp:48:21: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
int bst = 0, x, y;
^
prog.cpp:48:18: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
int bst = 0, x, y;
^
prog.cpp: In function 'int main()':
prog.cpp:48:21: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
int bst = 0, x, y;
^
prog.cpp:48:18: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
int bst = 0, x, y;
^