记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:8:7: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  if (a>-10^10 && a<10^10,b>-10^10 && b<10^10)
      ~^~~~
/in/foo.c:8:19: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  if (a>-10^10 && a<10^10,b>-10^10 && b<10^10)
                  ~^~~
/in/foo.c:8:27: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  if (a>-10^10 && a<10^10,b>-10^10 && b<10^10)
                          ~^~~~
/in/foo.c:8:39: warning: suggest parentheses around comparison in operand of '^' [-Wparentheses]
  if (a>-10^10 && a<10^10,b>-10^10 && b<10^10)
                                      ~^~~
/in/foo.c:8:25: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if (a>-10^10 && a<10^10,b>-10^10 && b<10^10)
                         ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 128.0 KiB

信息

递交者
类型
自测
题目
欢迎来到南师大计算机学院OnlineJudge!
语言
C
递交时间
2019-10-02 08:58:14
评测时间
2019-10-02 08:58:14
评测机
分数
0
总耗时
1ms
峰值内存
128.0 KiB