/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int dfs(int)':
/in/foo.cc:50:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int read()':
/in/foo.cc:55:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(ch=='-') v=-1;ch=getchar();
   ^~
/in/foo.cc:55:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(ch=='-') v=-1;ch=getchar();
                    ^~
# 状态 耗时 内存占用
#1 Accepted 5ms 4.375 MiB
#2 Accepted 4ms 2.348 MiB
#3 Accepted 4ms 2.258 MiB
#4 Accepted 4ms 2.375 MiB
#5 Accepted 6ms 2.375 MiB
#6 Accepted 4ms 2.352 MiB
#7 Accepted 23ms 2.984 MiB
#8 Runtime Error 59ms 11.5 MiB
#9 Runtime Error 53ms 12.25 MiB
#10 Wrong Answer 32ms 4.5 MiB

信息

递交者
类型
递交
题目
P1906 联合权值
语言
C++
递交时间
2017-11-09 19:28:08
评测时间
2017-11-09 19:28:08
评测机
分数
70
总耗时
198ms
峰值内存
12.25 MiB