03 2020 档案

摘要:题目链接:http://codeforces.com/problemset/problem/19/B Bob came to a cash & carry store, put n items into his trolley, and went to the checkout counter to 阅读全文
posted @ 2020-03-30 17:03 执||念 阅读(281) 评论(0) 推荐(0)
摘要:题目链接:http://codeforces.com/problemset/problem/1323/D Catherine received an array of integers as a gift for March 8. Eventually she grew bored with it, 阅读全文
posted @ 2020-03-29 12:32 执||念 阅读(190) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<vector> #include<stack> #include<map> #include<cstdio> #include<alg 阅读全文
posted @ 2020-03-26 17:54 执||念 阅读(127) 评论(0) 推荐(0)
摘要:pip install *** -i https://pypi.doubanio.com/simple 阅读全文
posted @ 2020-03-21 20:23 执||念 阅读(193) 评论(0) 推荐(0)
摘要:题目链接:http://codeforces.com/problemset/problem/17/D Nick is attracted by everything unconventional. He doesn't like decimal number system any more, and 阅读全文
posted @ 2020-03-21 16:09 执||念 阅读(189) 评论(0) 推荐(0)
摘要:题目链接: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 执||念 阅读(12818) 评论(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 执||念 阅读(301) 评论(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 执||念 阅读(174) 评论(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 执||念 阅读(323) 评论(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 执||念 阅读(4042) 评论(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 执||念 阅读(249) 评论(0) 推荐(0)
摘要:时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。 所以要修改mysql的时长 在mysql的命令模式下,输入: set global time_zone='+8:00'; 再次连接成功 阅读全文
posted @ 2020-03-03 21:07 执||念 阅读(1569) 评论(0) 推荐(0)