/ new_bzoj /

记录详情

Accepted

foo.cc: In function 'void dijkstra()':
foo.cc:27:27: warning: unused variable 'd' [-Wunused-variable]
   27 |         int x=q.top().pos,d=q.top().dis;
      |                           ^
foo.cc: In function 'int main()':
foo.cc:54:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   54 |         for(int i=1;i<=n;i++)dis[i]=0x7fffffff;cnt=0;
      |         ^~~
foo.cc:54:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   54 |         for(int i=1;i<=n;i++)dis[i]=0x7fffffff;cnt=0;
      |                                                ^~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 28ms 8.375 MiB
#2 Accepted 32ms 8.5 MiB
#3 Accepted 18ms 8.5 MiB
#4 Accepted 15ms 8.375 MiB
#5 Accepted 21ms 8.375 MiB
#6 Accepted 18ms 8.5 MiB
#7 Accepted 22ms 8.5 MiB
#8 Accepted 17ms 8.5 MiB
#9 Accepted 9ms 8.5 MiB
#10 Accepted 17ms 8.5 MiB

信息

递交者
类型
递交
题目
Cow Party
语言
C++
递交时间
2022-08-16 09:03:22
评测时间
2022-08-16 09:03:22
评测机
分数
100
总耗时
202ms
峰值内存
8.5 MiB