/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool ckk(int)':
/in/foo.cc:25:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     return ckk_int[j] = 0;
            ~~~~~~~~~~~^~~
/in/foo.cc:30:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  return ckk_int[j] = 1;
         ~~~~~~~~~~~^~~
/in/foo.cc: In function 'bool ckk(int, int)':
/in/foo.cc:66:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     return ckk_int_int[j][k] = 0;
            ~~~~~~~~~~~~~~~~~~^~~
/in/foo.cc:70:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  return ckk_int_int[j][k] = 1;
         ~~~~~~~~~~~~~~~~~~^~~
/in/foo.cc: In function 'bool cckk(int, int)':
/in/foo.cc:92:31: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     return cckk_int_int[j][k] = 0;
            ~~~~~~~~~~~~~~~~~~~^~~
/in/foo.cc:96:28: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  return cckk_int_int[j][k] = 1;
         ~~~~~~~~~~~~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 6ms 12.133 MiB
#2 Accepted 5ms 11.926 MiB
#3 Accepted 138ms 15.977 MiB
#4 Accepted 50ms 14.422 MiB
#5 Accepted 199ms 15.906 MiB
#6 Accepted 288ms 15.195 MiB
#7 Accepted 264ms 16.059 MiB
#8 Accepted 49ms 15.691 MiB
#9 Accepted 14ms 13.945 MiB
#10 Accepted 549ms 15.941 MiB

信息

递交者
类型
递交
题目
P1424 炮兵阵地
语言
C++
递交时间
2019-10-31 17:22:48
评测时间
2019-10-31 17:22:48
评测机
分数
100
总耗时
1566ms
峰值内存
16.059 MiB