记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:16:36: warning: iteration 1499999 invokes undefined behavior [-Waggressive-loop-optimizations]
     for(int i=1;i<=1500000;i++)a[i]=i;
                                ~~~~^~
/in/foo.cc:16:18: note: within this loop
     for(int i=1;i<=1500000;i++)a[i]=i;
                 ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 9ms 11.836 MiB
#2 Accepted 8ms 11.746 MiB
#3 Accepted 9ms 11.824 MiB
#4 Accepted 37ms 11.902 MiB
#5 Accepted 37ms 11.91 MiB
#6 Accepted 38ms 11.934 MiB
#7 Accepted 39ms 11.949 MiB
#8 Accepted 38ms 11.957 MiB
#9 Accepted 36ms 11.949 MiB
#10 Accepted 35ms 11.867 MiB

信息

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