/ 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 5ms 10.738 MiB
#2 Accepted 6ms 11.922 MiB
#3 Accepted 423ms 15.531 MiB
#4 Accepted 176ms 14.809 MiB
#5 Accepted 572ms 15.094 MiB
#6 Accepted 929ms 15.902 MiB
#7 Accepted 945ms 14.469 MiB
#8 Accepted 172ms 14.824 MiB
#9 Accepted 34ms 13.82 MiB
#10 Accepted 1812ms 16.164 MiB

信息

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