Compile Error
foo.cpp:1:1: error: 'include' does not name a type include<algorithm> ^~~~~~~ foo.cpp: In function 'int bl(int, int, int, int)': foo.cpp:14:17: error: 'printf' was not declared in this scope printf("%c",a[l]); ^ foo.cpp: In function 'int main()': foo.cpp:20:13: error: 'scanf' was not declared in this scope scanf("%s",a); ^ foo.cpp:22:11: error: 'strlen' was not declared in this scope n=strlen(a); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1132 求二叉树的先序序列
- 语言
- C++
- 递交时间
- 2017-02-23 17:51:32
- 评测时间
- 2017-02-23 17:51:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes