/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'linklist* create()':
/in/foo.cc:47:44: error: 'malloc' was not declared in this scope
  phead = (linklist*)malloc(sizeof(linklist));  //为头指针开辟空间
                                            ^
/in/foo.cc: In function 'linklist* remove(linklist*, int, int)':
/in/foo.cc:105:10: error: 'free' was not declared in this scope
    free(s);                                            //把跳过的节点free掉
          ^
/in/foo.cc: In function 'bool permutation(int)':
/in/foo.cc:38:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1092 全排列
语言
C++
递交时间
2018-04-23 21:42:22
评测时间
2018-04-23 21:42:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes