Compile Error
/in/foo.cc: In function 'void dfs(int)':
/in/foo.cc:82:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
if(c[i]=0) {c[i]=1;dfs(x+1);c[i]=0;}
^
/in/foo.cc:86:1: error: a function-definition is not allowed here before '{' token
{
^
/in/foo.cc:103:1: error: expected '}' at end of input
}
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1046 扫雷
- 语言
- C++
- 递交时间
- 2020-12-05 00:14:17
- 评测时间
- 2020-12-05 00:14:17
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes