Wrong Answer
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:73:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
             for(j2=i;j2<=k;j2++)
             ^~~
/in/foo.cc:75:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
                dfs(step+1);
                ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1980 斗地主
 - 语言
 - C++
 - 递交时间
 - 2018-01-31 20:28:45
 - 评测时间
 - 2018-01-31 20:29:18
 - 评测机
 
- 分数
 - 2
 - 总耗时
 - 336ms
 - 峰值内存
 - 384.0 KiB