/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool dfs(int)':
/in/foo.cc:24:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (vis[v]) continue; vis[v]=1;
         ^~
/in/foo.cc:24:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         if (vis[v]) continue; vis[v]=1;
                               ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:28: warning: format '%f' expects argument of type 'float*', but argument 4 has type 'double*' [-Wformat=]
     scanf("%d%d%f",&n,&m,&t);
                          ~~^
# 状态 耗时 内存占用
#1 Wrong Answer 61ms 2.312 MiB
#2 Wrong Answer 60ms 2.324 MiB
#3 Wrong Answer 60ms 2.309 MiB
#4 Accepted 2ms 2.309 MiB
#5 Wrong Answer 21ms 2.324 MiB
#6 Wrong Answer 18ms 2.309 MiB
#7 Accepted 60ms 2.312 MiB

信息

递交者
类型
递交
题目
P1212 Way Selection
语言
C++
递交时间
2018-11-27 21:02:06
评测时间
2018-11-27 21:02:06
评测机
分数
25
总耗时
286ms
峰值内存
2.324 MiB