记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:13: warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations]
    a[i]=(a[i]*f[i])%49999+1;
          ~~~^
/in/foo.cc:32:18: note: within this loop
   for (int i=1; i<=6; i++) 
                 ~^~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.75 MiB
#2 Accepted 4ms 1.75 MiB
#3 Accepted 4ms 1.875 MiB
#4 Accepted 5ms 2.0 MiB
#5 Accepted 4ms 1.875 MiB
#6 Accepted 4ms 1.977 MiB
#7 Accepted 5ms 1.875 MiB
#8 Accepted 4ms 1.875 MiB
#9 Accepted 14ms 2.117 MiB
#10 Accepted 16ms 2.102 MiB

信息

递交者
类型
递交
题目
家谱
语言
C++
递交时间
2017-07-24 16:28:25
评测时间
2017-07-24 16:28:25
评测机
分数
100
总耗时
69ms
峰值内存
2.117 MiB