/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (w == 0 && (x + y < ax + ay || x + y == ax + ay && x * a + y * b < ax * a + ay * b))
                                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:58:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (w == 0 && (x + y < ax + ay || x + y == ax + ay && x * a + y * b < ax * a + ay * b))
                                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:79:54: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if (w == 0 && (x + y < ax + ay || x + y == ax + ay && x * a + y * b < ax * a + ay * b))
                                     ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 384.0 KiB

信息

递交者
类型
递交
题目
Balancing Weight
比赛
2018XMU程序设计竞赛网络预赛第一场
语言
C++
递交时间
2018-04-22 15:17:41
评测时间
2018-04-22 15:17:41
评测机
分数
100
总耗时
4ms
峰值内存
384.0 KiB