记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:10:13: warning: left operand of comma operator has no effect [-Wunused-value]
   10 |         if(x>0,y>0)
      |            ~^~
foo.cc:12:18: warning: left operand of comma operator has no effect [-Wunused-value]
   12 |         else if(x<0,y>0)
      |                 ~^~
foo.cc:14:18: warning: left operand of comma operator has no effect [-Wunused-value]
   14 |         else if(x<0,y<0)
      |                 ~^~
foo.cc:16:18: warning: left operand of comma operator has no effect [-Wunused-value]
   16 |         else if(x>0,y<0)
      |                 ~^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB

信息

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