/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void print(char*, char*)':
foo.cpp:5:20: error: 'strlen' was not declared in this scope
 if(strlen(backOrder)==0)
                    ^
foo.cpp:7:36: error: 'strlen' was not declared in this scope
 char c = backOrder[strlen(backOrder)-1];
                                    ^
foo.cpp:16:22: error: 'strcpy' was not declared in this scope
 strcpy(rmid,&midOrder);
                      ^

信息

递交者
类型
递交
题目
P1132 求二叉树的先序序列
语言
C++
递交时间
2014-06-24 06:23:17
评测时间
2014-06-24 06:23:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes