记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:43: warning: iteration 1919809 invokes undefined behavior [-Waggressive-loop-optimizations]
     for(int i = 1; i <= 1919810;i++) p[i] = i;
                                      ~~~~~^~~
/in/foo.cc:16:22: note: within this loop
     for(int i = 1; i <= 1919810;i++) p[i] = i;
                    ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 14.977 MiB
#2 Accepted 11ms 15.078 MiB
#3 Accepted 11ms 14.98 MiB
#4 Accepted 42ms 15.102 MiB
#5 Accepted 42ms 15.117 MiB
#6 Accepted 42ms 15.148 MiB
#7 Accepted 44ms 15.152 MiB
#8 Accepted 42ms 15.176 MiB
#9 Accepted 38ms 15.113 MiB
#10 Accepted 39ms 15.086 MiB

信息

递交者
类型
递交
题目
连接格点
语言
C++
递交时间
2024-06-06 12:57:22
评测时间
2024-06-06 12:57:22
评测机
分数
100
总耗时
325ms
峰值内存
15.176 MiB