Compile Error
foo.cc: In function 'int main()':
foo.cc:11:4: error: 'put' was not declared in this scope
    put(tmp);
    ^~~
foo.cc:11:4: note: suggested alternative: 'putw'
    put(tmp);
    ^~~
    putw
foo.cc:13:3: error: 'sum' was not declared in this scope
   sum=0;
   ^~~
foo.cc:18:4: error: 'put' was not declared in this scope
    put(a+b);
    ^~~
foo.cc:18:4: note: suggested alternative: 'putw'
    put(a+b);
    ^~~
    putw
foo.cc:5:7: warning: unused variable 'l' [-Wunused-variable]
   int l=0,n;
       ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1343 合并果子
 - 语言
 - C++
 - 递交时间
 - 2021-08-27 17:44:14
 - 评测时间
 - 2021-08-27 17:44:14
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes