Accepted
/in/foo.c: In function 'main': /in/foo.c:9:8: warning: left-hand operand of comma expression has no effect [-Wunused-value] if(x>0,y>0) ^ /in/foo.c:11:13: warning: left-hand operand of comma expression has no effect [-Wunused-value] else if(x<0,y>0) ^ /in/foo.c:13:13: warning: left-hand operand of comma expression has no effect [-Wunused-value] else if(x<0,y<0) ^ /in/foo.c:15:13: warning: left-hand operand of comma expression has no effect [-Wunused-value] else if(x>0,y<0) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1003 平面坐标系
- 语言
- C
- 递交时间
- 2023-09-14 22:43:39
- 评测时间
- 2023-09-14 22:43:39
- 评测机
- 分数
- 10
- 总耗时
- 1ms
- 峰值内存
- 232.0 KiB