上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页
摘要: 题目链接:http://codeforces.com/problemset/problem/17/C ick likes strings very much, he likes to rotate them, sort them, rearrange characters within a stri 阅读全文
posted @ 2020-03-15 20:59 执||念 阅读(5415) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/16/E n fish, numbered from 1 to n, live in a lake. Every day right one pair of fish meet, and the probab 阅读全文
posted @ 2020-03-13 17:40 执||念 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6638 There are nn pirate chests buried in Byteland, labeled by 1,2,…,n1,2,…,n. The ii-th chest's locati 阅读全文
posted @ 2020-03-12 11:12 执||念 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 前提:公式必须是线性的,前几项越多越好,一般不低于8项,不然推出来不准确。 #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef long long ll; typedef vector<int> VI 阅读全文
posted @ 2020-03-11 14:52 执||念 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 本文转载自:https://www.cnblogs.com/jiliangqian/p/10607884.html 首先注意事项!!!!!!! 在安装破解前是不可以打开软件的 jdk版本不能是10版本,1.8或1.9都可以 附上MyEclipse2018的百度云下载链接: 链接:https://pa 阅读全文
posted @ 2020-03-08 15:29 执||念 阅读(3474) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/15/D There is an area map that is a rectangular matrix n × m, each cell of the matrix contains the avera 阅读全文
posted @ 2020-03-07 13:23 执||念 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。 所以要修改mysql的时长 在mysql的命令模式下,输入: set global time_zone='+8:00'; 再次连接成功 阅读全文
posted @ 2020-03-03 21:07 执||念 阅读(1546) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/13/E Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for o 阅读全文
posted @ 2020-02-27 17:54 执||念 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/13/C Little Petya likes to play very much. And most of all he likes to play the following game: He is gi 阅读全文
posted @ 2020-02-27 11:13 执||念 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/12/D N ladies attend the ball in the King's palace. Every lady can be described with three values: beaut 阅读全文
posted @ 2020-02-24 18:39 执||念 阅读(254) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 34 下一页