/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:22: warning: array subscript is above array bounds [-Warray-bounds]
  if (ans==dp[400][400][0]) cout<<"Impossible";
           ~~~~~~~~~~~^
/in/foo.cc:36:17: warning: array subscript is above array bounds [-Warray-bounds]
  if (ans==dp[400][400][0]) cout<<"Impossible";
           ~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 4ms 1.473 MiB
#2 Accepted 3ms 1.469 MiB
#3 Accepted 3ms 1.473 MiB
#4 Accepted 169ms 1.52 MiB
#5 Accepted 169ms 1.52 MiB
#6 Accepted 169ms 1.523 MiB
#7 Accepted 170ms 1.52 MiB
#8 Accepted 169ms 1.523 MiB
#9 Accepted 169ms 1.523 MiB
#10 Accepted 170ms 1.461 MiB

信息

递交者
类型
递交
题目
P1240 朴素的网络游戏
语言
C++
递交时间
2021-02-10 19:33:59
评测时间
2021-02-10 19:33:59
评测机
分数
100
总耗时
1200ms
峰值内存
1.523 MiB