记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(y%x==0&&z%y==0&&y/x==z/y||z%x==0&&x%y==0&&z/x==x/y||y%z==0&&z%x==0&&y/z==z/x)
     ~~~~~~~~~~~~~~^~~~~~~~~~
/in/foo.cc:7:71: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(y%x==0&&z%y==0&&y/x==z/y||z%x==0&&x%y==0&&z/x==x/y||y%z==0&&z%x==0&&y/z==z/x)
                                                         ~~~~~~~~~~~~~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 212.0 KiB
#2 Accepted 1ms 216.0 KiB
#3 Accepted 1ms 220.0 KiB
#4 Accepted 1ms 216.0 KiB
#5 Accepted 1ms 224.0 KiB
#6 Accepted 1ms 216.0 KiB

信息

递交者
类型
递交
题目
P1251 A 等比数列
比赛
南京师范大学2021年6月程序设计竞赛(小兰赛)
语言
C++
递交时间
2021-06-02 13:42:22
评测时间
2021-06-02 13:42:22
评测机
分数
120
总耗时
10ms
峰值内存
224.0 KiB