/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'double prim(int)':
/in/foo.cc:25:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<poi[src].size();i++)
              ~^~~~~~~~~~~~~~~~
/in/foo.cc:38:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0;i<poi[now.to].size();i++)
                ~^~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:15: warning: format '%f' expects argument of type 'float*', but argument 2 has type 'double*' [-Wformat=]
  scanf("%f",&s);
               ^
/in/foo.cc:55:22: warning: format '%f' expects argument of type 'float*', but argument 3 has type 'double*' [-Wformat=]
   scanf("%d %f",&y,&z);
                      ^
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 2.617 MiB

信息

递交者
类型
自测
题目
P1045 Kerry 的电缆网络
语言
C++
递交时间
2017-11-08 15:31:46
评测时间
2017-11-08 15:31:46
评测机
分数
0
总耗时
3ms
峰值内存
2.617 MiB