Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
    return printf("%d",sum),0;
                          ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1097 合并果子
 - 语言
 - C++
 - 递交时间
 - 2021-06-07 14:42:46
 - 评测时间
 - 2021-06-07 14:42:46
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 34ms
 - 峰值内存
 - 356.0 KiB