/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'long double spfa(int, int, int)':
/in/foo.cc:17:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(!q.empty())q.pop(); q.push(st); vis[st]=1,dis[st]=0; int x,y;
  ^~~~~
/in/foo.cc:17:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(!q.empty())q.pop(); q.push(st); vis[st]=1,dis[st]=0; int x,y;
                            ^
/in/foo.cc: In function 'void pr(long double)':
/in/foo.cc:40:15: warning: unused variable 'yy' [-Wunused-variable]
  int flag=0,y,yy,ans=0; printf("%d.",y=int(x));x=(x-y)*10;
               ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 2ms 260.0 KiB
#4 Accepted 7ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 15ms 600.0 KiB
#7 Accepted 56ms 768.0 KiB
#8 Accepted 305ms 3.375 MiB

信息

递交者
类型
递交
题目
P1621 终极情报网
语言
C++
递交时间
2017-05-19 14:09:15
评测时间
2017-05-19 14:09:15
评测机
分数
100
总耗时
396ms
峰值内存
3.375 MiB