DL3D
DL3D
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
DL3D的博客
全部文章
(共1篇)
题解 | #外卖小哥的保温箱#
#include <iostream> #include <vector> using namespace std; int main() { int n; cin >> n; int sum_goods = 0; int sum...
C++
2021-10-07
1
498