Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:6: error: 'a' was not declared in this scope
  f(n,a,b,c);
      ^
/in/foo.cc:23:8: error: 'b' was not declared in this scope
  f(n,a,b,c);
        ^
/in/foo.cc:23:10: error: 'c' was not declared in this scope
  f(n,a,b,c);
          ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 汉诺塔
 - 语言
 - C++
 - 递交时间
 - 2018-10-28 11:56:20
 - 评测时间
 - 2018-10-28 11:56:20
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 324ms
 - 峰值内存
 - 36.949 MiB