记录详情

Accepted

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1003 平面坐标系
语言
C
递交时间
2023-09-14 22:38:24
评测时间
2023-09-14 23:00:55
评测机
分数
10
总耗时
1ms
峰值内存
284.0 KiB