Compile Error
foo.cpp: In function 'int main()':
foo.cpp:19:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
cin>>a+1>>b+1;
^
foo.cpp:19:16: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
cin>>a+1>>b+1;
^
foo.cpp:20:24: error: 'strlen' was not declared in this scope
int ln = strlen(a+1);
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1132 求二叉树的先序序列
- 语言
- C++
- 递交时间
- 2015-10-03 16:47:59
- 评测时间
- 2015-10-03 16:48:00
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes