Compile Error
foo.cpp: In function 'int main()':
foo.cpp:20:9: error: 'read' was not declared in this scope
  n=read();
         ^
foo.cpp:31:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",f[1][n]);
                       ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1100 加分二叉树
 - 语言
 - C++
 - 递交时间
 - 2015-10-19 17:23:25
 - 评测时间
 - 2015-10-19 17:23:25
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes