foo.c: In function 'main':
foo.c:10:15: warning: left-hand operand of comma expression has no effect [-Wunused-value]
10 | if(x>0,y>0)
| ^
foo.c:12:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
12 | else if(x<0,y>0)
| ^
foo.c:14:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
14 | else if(x<0,y<0)
| ^
foo.c:16:20: warning: left-hand operand of comma expression has no effect [-Wunused-value]
16 | else if(x>0,y<0)
| ^
[Hydro](https://hydro.ac)提供评测服务