/ XMU_ACM /

记录详情

Accepted

/in/foo.cc:7:27: warning: 'ans' defined but not used [-Wunused-variable]
 static int prime[N],sum=0,ans=0;
                           ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:13: warning: iteration 100008 invokes undefined behavior [-Waggressive-loop-optimizations]
   if (!jud[i]) 
        ~~~~~^
/in/foo.cc:32:16: note: within this loop
  for (int i=2;i<=n;i++)
               ~^~~
# 状态 耗时 内存占用
#1 Accepted 49ms 340.0 KiB

信息

递交者
类型
递交
题目
P1048 泄题
语言
C++
递交时间
2019-08-05 17:35:40
评测时间
2019-08-05 17:35:40
评测机
分数
100
总耗时
49ms
峰值内存
340.0 KiB