记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:43: warning: iteration 1919809 invokes undefined behavior [-Waggressive-loop-optimizations]
     for(int i = 1; i <= 1919810;i++) p[i] = i;
                                      ~~~~~^~~
/in/foo.cc:19:22: note: within this loop
     for(int i = 1; i <= 1919810;i++) p[i] = i;
                    ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 14.988 MiB
#2 Accepted 11ms 15.066 MiB
#3 Accepted 11ms 15.0 MiB
#4 Accepted 40ms 15.105 MiB
#5 Accepted 39ms 15.109 MiB
#6 Accepted 42ms 15.145 MiB
#7 Accepted 42ms 15.156 MiB
#8 Accepted 39ms 15.168 MiB
#9 Accepted 37ms 15.117 MiB
#10 Accepted 35ms 15.109 MiB

信息

递交者
类型
递交
题目
连接格点
语言
C++
递交时间
2024-06-06 13:01:41
评测时间
2024-06-06 13:01:41
评测机
分数
100
总耗时
311ms
峰值内存
15.168 MiB