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
阅读全文
摘要:题目链接: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,
阅读全文
摘要:#include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<vector> #include<stack> #include<map> #include<cstdio> #include<alg
阅读全文
摘要:pip install *** -i https://pypi.doubanio.com/simple
阅读全文
摘要:题目链接:http://codeforces.com/problemset/problem/17/D Nick is attracted by everything unconventional. He doesn't like decimal number system any more, and
阅读全文
摘要:题目链接:http://codeforces.com/problemset/problem/17/C ick likes strings very much, he likes to rotate them, sort them, rearrange characters within a stri
阅读全文
摘要:题目链接: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
阅读全文
摘要:题目链接: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
阅读全文
摘要:前提:公式必须是线性的,前几项越多越好,一般不低于8项,不然推出来不准确。 #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef long long ll; typedef vector<int> VI
阅读全文
摘要:本文转载自:https://www.cnblogs.com/jiliangqian/p/10607884.html 首先注意事项!!!!!!! 在安装破解前是不可以打开软件的 jdk版本不能是10版本,1.8或1.9都可以 附上MyEclipse2018的百度云下载链接: 链接:https://pa
阅读全文
摘要:题目链接: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
阅读全文
摘要:时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。 所以要修改mysql的时长 在mysql的命令模式下,输入: set global time_zone='+8:00'; 再次连接成功
阅读全文

浙公网安备 33010602011771号