/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:7: warning: iteration 99999 invokes undefined behavior [-Waggressive-loop-optimizations]
   t[i]=1;
   ~~~~^~
/in/foo.cc:12:15: note: within this loop
  for(int i=1;i<=100000;i++)
              ~^~~~~~~~
/in/foo.cc:40:10: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
   cost[k]=0;
   ~~~~~~~^~
# 状态 耗时 内存占用
#1 Accepted 2ms 3.066 MiB
#2 Accepted 2ms 1.07 MiB
#3 Accepted 2ms 2.949 MiB
#4 Accepted 3ms 3.074 MiB
#5 Accepted 3ms 3.07 MiB
#6 Accepted 3ms 3.074 MiB
#7 Accepted 3ms 2.949 MiB
#8 Accepted 4ms 3.105 MiB
#9 Accepted 4ms 1.441 MiB
#10 Accepted 5ms 2.82 MiB

信息

递交者
类型
递交
题目
P1008 A题:最小生成树
比赛
最小生成树(模板)
语言
C++
递交时间
2019-03-18 17:28:03
评测时间
2019-03-18 17:28:03
评测机
分数
100
总耗时
35ms
峰值内存
3.105 MiB