2018年10月5日

摘要: Recursive sequence Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u HDU 5950 Description Farmer John likes to play mathematics gam 阅读全文
posted @ 2018-10-05 15:19 ~~晨阳 阅读(108) 评论(0) 推荐(0) 编辑

2018年9月24日

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 #define inf 0x3f3f3f3f 11 struct A 12 { 13 int ed; 14 int po... 阅读全文
posted @ 2018-09-24 15:40 ~~晨阳 阅读(215) 评论(0) 推荐(0) 编辑
 
摘要: #include <cstdio>#include <cstdlib>#include <iostream>using namespace std;struct List{ int date; List *next;};void creat(List *head) //往头指针后加,倒序{ List 阅读全文
posted @ 2018-09-24 14:51 ~~晨阳 阅读(105) 评论(0) 推荐(0) 编辑

2018年9月11日

摘要: #include #include using namespace std;int oula(int n){ int ans=n; int i; for(i=2;i1) ans=ans/n*(n-1); return ans;}i... 阅读全文
posted @ 2018-09-11 19:12 ~~晨阳 阅读(139) 评论(0) 推荐(0) 编辑

2018年8月10日

摘要: #include#include#include#include#include using namespace std;const int MAXN=10;struct node{ int to,cost;};int a[MAXN][MAXN];vector ... 阅读全文
posted @ 2018-08-10 11:07 ~~晨阳 阅读(280) 评论(0) 推荐(0) 编辑

2018年8月9日

摘要: CSDN-专业IT技术社区 博客 ... 阅读全文
posted @ 2018-08-09 11:26 ~~晨阳 阅读(768) 评论(0) 推荐(0) 编辑

2018年8月8日

摘要: https://www.cnblogs.com/linyujun/category/784324.html 阅读全文
posted @ 2018-08-08 10:38 ~~晨阳 阅读(97) 评论(0) 推荐(0) 编辑
 
摘要: 题目链接 ommand NetworkTime Limit: 1000MS Memory L... 阅读全文
posted @ 2018-08-08 10:11 ~~晨阳 阅读(140) 评论(0) 推荐(0) 编辑

2018年8月7日

摘要: 转自: https://blog.csdn.net/Akatsuki__Itachi/article/details/80030929有这样一类题目,求的是区间内的第k大数。划分树的定义就是对整体的区间进行划分,把相对于原来序列中较小的值放在... 阅读全文
posted @ 2018-08-07 15:12 ~~晨阳 阅读(184) 评论(0) 推荐(0) 编辑

2018年8月4日

摘要: CodeForces 1011B Time Limit:1000MS Memory Limit:262... 阅读全文
posted @ 2018-08-04 20:11 ~~晨阳 阅读(141) 评论(0) 推荐(0) 编辑