/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:32: warning: iteration 79 invokes undefined behavior [-Waggressive-loop-optimizations]
     for(int i=2;i<=81;i++) p[i]=p[i-1]*2;
                            ~~~~^~~~~~~~~
/in/foo.cc:17:18: note: within this loop
     for(int i=2;i<=81;i++) p[i]=p[i-1]*2;
                 ~^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 760.0 KiB
#2 Accepted 2ms 984.0 KiB
#3 Accepted 2ms 492.0 KiB
#4 Accepted 2ms 504.0 KiB
#5 Accepted 2ms 592.0 KiB
#6 Accepted 2ms 592.0 KiB
#7 Accepted 2ms 604.0 KiB
#8 Accepted 4ms 620.0 KiB
#9 Accepted 5ms 640.0 KiB
#10 Accepted 1ms 584.0 KiB

信息

递交者
类型
递交
题目
P1378 矩阵取数游戏
语言
C++
递交时间
2023-11-30 15:49:22
评测时间
2023-11-30 15:49:22
评测机
分数
100
总耗时
26ms
峰值内存
984.0 KiB