/ 拾陆人 /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: iteration 999997 invokes undefined behavior [-Waggressive-loop-optimizations]
   map[i]=s++;
   ~~~~~~^~~~
/in/foo.cc:11:15: note: within this loop
  for(int i=4;i<=1000001;i++){
              ~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 15ms 7.875 MiB
#2 Accepted 18ms 7.875 MiB
#3 Accepted 9ms 7.875 MiB
#4 Accepted 14ms 7.953 MiB
#5 Accepted 19ms 7.875 MiB
#6 Accepted 16ms 7.953 MiB
#7 Accepted 20ms 7.875 MiB
#8 Runtime Error 11ms 7.875 MiB
#9 Runtime Error 10ms 8.0 MiB
#10 Runtime Error 9ms 7.973 MiB

信息

递交者
类型
递交
题目
斐波那契(fibonacci)
比赛
Luogu mNOIP 模拟赛 Day 1
语言
C++
递交时间
2017-11-02 21:17:45
评测时间
2017-11-02 21:17:45
评测机
分数
70
总耗时
145ms
峰值内存
8.0 MiB