/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:7: warning: iteration 200001 invokes undefined behavior [-Waggressive-loop-optimizations]
   a[i]=i;
   ~~~~^~
/in/foo.cc:10:15: note: within this loop
  for(int i=0;i<=200001;i++) 
              ~^~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 988.0 KiB
#2 Accepted 1ms 992.0 KiB
#3 Accepted 1ms 996.0 KiB
#4 Accepted 1ms 1000.0 KiB
#5 Accepted 3ms 1.098 MiB
#6 Accepted 3ms 1.102 MiB
#7 Accepted 3ms 1.094 MiB
#8 Accepted 4ms 1.086 MiB
#9 Accepted 4ms 1.102 MiB
#10 Accepted 7ms 1.246 MiB

信息

递交者
类型
递交
题目
2019.2.11 Problem A - string
比赛
2019.2.11补题通道
语言
C++
递交时间
2019-02-11 22:10:10
评测时间
2019-02-11 22:10:10
评测机
分数
100
总耗时
33ms
峰值内存
1.246 MiB