/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'long long int solve(long long int)':
/in/foo.cc:7:81: warning: iteration 300 invokes undefined behavior [-Waggressive-loop-optimizations]
  for(int i=0;i<=300;i++)for(int j=0;j<=300;j++)for(int d=0;d<=300;d++)F[i][j][d]=0;
                                                                       ~~~~~~~~~~^~
/in/foo.cc:7:61: note: within this loop
  for(int i=0;i<=300;i++)for(int j=0;j<=300;j++)for(int d=0;d<=300;d++)F[i][j][d]=0;
                                                            ~^~~~~
# 状态 耗时 内存占用
#1 Runtime Error 133ms 206.812 MiB
#2 Runtime Error 133ms 206.844 MiB
#3 Runtime Error 133ms 207.543 MiB
#4 Runtime Error 134ms 206.844 MiB
#5 Runtime Error 135ms 206.879 MiB
#6 Runtime Error 134ms 206.805 MiB
#7 Runtime Error 135ms 206.855 MiB
#8 Runtime Error 134ms 206.953 MiB
#9 Runtime Error 134ms 206.984 MiB
#10 Runtime Error 133ms 206.777 MiB

信息

递交者
类型
递交
题目
P1378 矩阵取数游戏
语言
C++
递交时间
2024-05-23 17:51:59
评测时间
2024-05-23 17:51:59
评测机
分数
0
总耗时
1343ms
峰值内存
207.543 MiB