会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Object_S
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
|
管理
2019年10月7日
P1068 分数线划定
摘要: 题目地址#include#include#include#include#includeusing namespace std;const int MAXN=1e4;struct Person{ int inde...
阅读全文
posted @ 2019-10-07 23:35 Object_S
阅读(107)
评论(0)
推荐(0)
编辑
P1067 多项式输出
摘要: 题目地址注意点:可以使用OOP的思想. 应当认真理解题目限制条件.#include#include#include#includeusing namespace std;const int MAXN=5e3;in...
阅读全文
posted @ 2019-10-07 20:48 Object_S
阅读(99)
评论(0)
推荐(0)
编辑