Accepted

foo.cc: In function 'int cmp(int, int)':
foo.cc:7:16: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    7 |         if(m==0&&l==2||m==2&&l==5||m==5&&l==0)return 1;
      |            ~~~~^~~~~~
foo.cc:7:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    7 |         if(m==0&&l==2||m==2&&l==5||m==5&&l==0)return 1;
      |                                    ~~~~^~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P2395 1.6.8石头剪刀布
语言
C++
递交时间
2022-10-02 18:39:18
评测时间
2022-10-02 18:39:18
评测机
分数
100
总耗时
8ms
峰值内存
384.0 KiB