记录详情

Wrong Answer

/in/foo.cc: In function 'bool dfs(int, int, int, int)':
/in/foo.cc:22:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(int i=1;i<=n;i++)
      ^~~
/in/foo.cc:28:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       dfs(k+1,len-a[flag],tot-a[flag],flag+1);
       ^~~
/in/foo.cc:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.066 MiB
#2 Accepted 1ms 216.0 KiB
#3 Wrong Answer 1ms 188.0 KiB
#4 Accepted 1ms 188.0 KiB
#5 Accepted 1ms 204.0 KiB
#6 Accepted 1ms 192.0 KiB
#7 Wrong Answer 1ms 188.0 KiB
#8 Accepted 1ms 208.0 KiB
#9 Wrong Answer 1ms 188.0 KiB
#10 Accepted 1ms 200.0 KiB
#11 Wrong Answer 1ms 200.0 KiB
#12 Accepted 1ms 196.0 KiB
#13 Accepted 1ms 316.0 KiB
#14 Accepted 1ms 208.0 KiB
#15 Wrong Answer 1ms 184.0 KiB
#16 Accepted 1ms 192.0 KiB
#17 Accepted 1ms 204.0 KiB
#18 Wrong Answer 1ms 188.0 KiB
#19 Accepted 1ms 316.0 KiB
#20 Accepted 1ms 208.0 KiB

信息

递交者
类型
递交
题目
小木棍
题目数据
下载
语言
C++
递交时间
2018-10-31 17:51:04
评测时间
2018-10-31 17:51:04
评测机
分数
70
总耗时
31ms
峰值内存
1.066 MiB