Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:16: warning: 'top' may be used uninitialized in this function [-Wmaybe-uninitialized]
int n,x,ans=0,top;
^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:16: warning: 'top' may be used uninitialized in this function [-Wmaybe-uninitialized]
int n,x,ans=0,top;
^~~