摘要:
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*俄罗斯方块游戏题意:有n个数,从左 阅读全文
posted @ 2020-06-09 19:23
SyrupWRLD
阅读(122)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*题意:一个长度为n的数组A,将n个 阅读全文
posted @ 2020-06-09 18:53
SyrupWRLD
阅读(181)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*给定一个正整数n,求任意两个正整数 阅读全文
posted @ 2020-06-09 17:10
SyrupWRLD
阅读(158)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*题意:给定两个整数n和k,找出n是 阅读全文
posted @ 2020-06-09 15:25
SyrupWRLD
阅读(115)
评论(0)
推荐(0)