/ XMU_ACM /

记录详情

Accepted

/in/foo.cc: In function 'void spfa()':
/in/foo.cc:42:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (i=1;i<=n;i++) dis[i]=1<<30;dis[start]=0;
     ^~~
/in/foo.cc:42:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for (i=1;i<=n;i++) dis[i]=1<<30;dis[start]=0;
                                     ^~~
/in/foo.cc: At global scope:
/in/foo.cc:52:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
# 状态 耗时 内存占用
#1 Accepted 95ms 4.125 MiB
#2 Accepted 2ms 4.375 MiB
#3 Accepted 3ms 2.34 MiB
#4 Accepted 4ms 2.336 MiB
#5 Accepted 4ms 2.25 MiB
#6 Accepted 3ms 6.344 MiB
#7 Accepted 4ms 2.375 MiB
#8 Accepted 7ms 4.469 MiB
#9 Accepted 34ms 4.75 MiB
#10 Accepted 8ms 4.484 MiB

信息

递交者
类型
递交
题目
2.寻找道路
比赛
暑期第一次比赛
语言
C++
递交时间
2018-08-13 09:08:08
评测时间
2018-08-13 09:08:09
评测机
分数
100
总耗时
169ms
峰值内存
6.344 MiB