Compile Error
foo.cc: In function ‘void dfs(int, int)’:
foo.cc:30:17: error: too many arguments to function ‘bool check()’
30 | if(check(xx,yy)&&a[xx][yy]==0&&!flag[xx][yy])
| ~~~~~^~~~~~~
foo.cc:12:6: note: declared here
12 | bool check()
| ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 圣诞岛的走廊
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2019-07-01 16:51:17
- 评测时间
- 2025-09-23 07:23:21
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes