编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#1703 | #993. 汉诺塔问题 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 991 B | t330026143 | 2023-10-15 16:44:18 |
using namespace std;
int n, x, f1, f2, ans, xx;
void
int
编译信息
/sandbox/1/a.cpp: In function 'void dfs(int, int, int, bool)':
/sandbox/1/a.cpp:13:29: error: 'kkf2' was not declared in this scope; did you mean 'kk'?
13 | if (d>1)dfs(d-1,f1[d-1],kkf2[d-1]:y,kk&&true);
| ^~~~
| kk