记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:52:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(b)
    ^~
/in/foo.cc:53:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
     cout<<b; return 0;
              ^~~~~~
/in/foo.cc: In function 'int dfs(int, int, int, int)':
/in/foo.cc:35:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB
#2 Accepted 1ms 188.0 KiB
#3 Wrong Answer 1ms 204.0 KiB
#4 Accepted 1ms 184.0 KiB
#5 Accepted 1ms 188.0 KiB
#6 Accepted 1ms 200.0 KiB
#7 Accepted 1ms 188.0 KiB
#8 Accepted 1ms 188.0 KiB
#9 Wrong Answer 1ms 204.0 KiB
#10 Accepted 1ms 188.0 KiB
#11 Wrong Answer 1ms 188.0 KiB
#12 Accepted 1ms 200.0 KiB
#13 Accepted 1ms 188.0 KiB
#14 Accepted 1ms 188.0 KiB
#15 Wrong Answer 1ms 204.0 KiB
#16 Accepted 1ms 188.0 KiB
#17 Accepted 1ms 188.0 KiB
#18 Wrong Answer 1ms 204.0 KiB
#19 Accepted 1ms 188.0 KiB
#20 Accepted 1ms 184.0 KiB

信息

递交者
类型
递交
题目
小木棍
题目数据
下载
语言
C++
递交时间
2018-10-29 21:03:47
评测时间
2018-10-31 19:50:40
评测机
分数
75
总耗时
32ms
峰值内存
204.0 KiB