
贪心
Yo3ngLau
Grazie
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1037 Magic Coupon (25 分)
1037 Magic Coupon (25 分)Sample Input:41 2 4 -147 6 -2 -3Sample Output:43一刷4测试点超时代码#include <iostream>#include <cstdio>using namespace std;int C[100002], P[100002];int main() ...原创 2019-04-05 20:59:40 · 368 阅读 · 0 评论 -
1070 Mooncake (25 分)
1070 Mooncake (25 分)Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional mooncakes according to the r...原创 2019-04-12 14:53:24 · 164 阅读 · 0 评论