摘要: T1 记数问题 题目传送门 这道题就是一道暴力咯 其实感觉数据大点一个应该是道数位dp了 不过还是懒所以写了暴力 #include<cstdio> #include<cstring> #include<algorithm> #define LL long long using namespace s 阅读全文
posted @ 2017-07-12 11:42 友人Aqwq 阅读(203) 评论(0) 推荐(0) 编辑
摘要: T1 生活大爆炸版 石头剪刀布 题目传送门 就是道模拟题咯 #include<algorithm> #include<cstdio> #include<cstring> using namespace std; int read(){ int ans=0,f=1,c=getchar(); while 阅读全文
posted @ 2017-07-12 11:21 友人Aqwq 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 珠心算测验 题目传送门 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; int read(){ int ans=0,f=1,c=getchar(); while(c<'0'||c>'9'){if( 阅读全文
posted @ 2017-07-12 10:04 友人Aqwq 阅读(151) 评论(0) 推荐(0) 编辑
摘要: IPCTRAIN: 训练营教练题目描述 本次印度编程训练营(Indian Programming Camp,IPC)共请到了 N 名教练。训练营的日 程安排有 M 天,每天最多上一节课。第 i 名教练在第 Di 天到达,直到训练营结束才离开。第 i 名 教练希望上 Ti 节课。要是少上了课,那么教练 阅读全文
posted @ 2017-07-12 08:25 友人Aqwq 阅读(215) 评论(0) 推荐(0) 编辑