foo.cc: In function 'int main()':
foo.cc:6:11: warning: left operand of comma operator has no effect [-Wunused-value]
-10000<a,b,c<10000;
~~~~~~^~
foo.cc:6:18: warning: right operand of comma operator has no effect [-Wunused-value]
-10000<a,b,c<10000;
^~~~~
foo.cc:6:17: warning: right operand of comma operator has no effect [-Wunused-value]
-10000<a,b,c<10000;
~^~~~~~
foo.cc:7:20: error: 'end1' was not declared in this scope
cout<<(a+b)*c<<end1;
^~~~
foo.cc:7:20: note: suggested alternative: 'enum'
cout<<(a+b)*c<<end1;
^~~~
enum
foo.cc:8:5: error: 'return0' was not declared in this scope
return0;
^~~~~~~
[Hydro](https://hydro.ac)提供评测服务