/ 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 11.602 MiB
#2 Accepted 5ms 11.59 MiB
#3 Accepted 128ms 16.234 MiB
#4 Accepted 49ms 16.047 MiB
#5 Accepted 170ms 14.387 MiB
#6 Accepted 268ms 15.914 MiB
#7 Accepted 260ms 15.934 MiB
#8 Accepted 48ms 16.191 MiB
#9 Accepted 14ms 14.566 MiB
#10 Accepted 536ms 14.816 MiB

信息

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