/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:15: warning: iteration 99998 invokes undefined behavior [-Waggressive-loop-optimizations]
         if(p[i]==0) prime[++cnt]=i;
            ~~~^
/in/foo.cc:10:18: note: within this loop
     for(int i=2;i<=maxn;++i){
                 ~^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 324.0 KiB
#2 Accepted 2ms 388.0 KiB
#3 Accepted 2ms 432.0 KiB
#4 Accepted 4ms 436.0 KiB
#5 Accepted 102ms 448.0 KiB

信息

递交者
类型
递交
题目
P1137 组合数
语言
C++
递交时间
2020-01-28 21:31:12
评测时间
2020-01-28 21:31:12
评测机
分数
100
总耗时
113ms
峰值内存
448.0 KiB