记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:10:8: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if(x>0,y>0)
        ^
/in/foo.c:12:13: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  else if(x<0,y>0)
             ^
/in/foo.c:14:13: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  else if(x<0,y<0)
             ^
/in/foo.c:16:13: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  else if(x>0,y<0)
             ^
# 状态 耗时 内存占用
#1 Accepted 1ms 272.0 KiB

信息

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