/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'int putout()':
foo.cpp:32:12: error: 'ans' was not declared in this scope
     return ans;
            ^
foo.cpp:18:9: warning: unused variable 'root' [-Wunused-variable]
     int root=heap[1];
         ^
foo.cpp:33:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1097 合并果子
语言
C++
递交时间
2016-07-07 22:27:25
评测时间
2016-07-07 22:27:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes