Wrong Answer
foo.cc: In function 'int main()':
foo.cc:5:7: warning: left operand of comma operator has no effect [-Wunused-value]
0<=x,y<=32767;
~^~~
foo.cc:5:12: warning: right operand of comma operator has no effect [-Wunused-value]
0<=x,y<=32767;
~^~~~~~~
foo.cc:6:14: warning: 'x' is used uninitialized in this function [-Wuninitialized]
cout<<x+y<<endl;
^
foo.cc:6:14: warning: 'y' is used uninitialized in this function [-Wuninitialized]
[Hydro](https://hydro.ac)提供评测服务