/*鼠标点击特效*/

09 2021 档案

摘要:#include <iostream> #include <cstring> #include <string> #include <algorithm> using namespace std; const int N = 1e4 + 10; //四个正整数和一个字符串,分别是:、、、 和 , i 阅读全文
posted @ 2021-09-11 21:46 干饭啦 阅读(59) 评论(0) 推荐(0)
摘要:#include<iostream> #include<cstdlib> #include<algorithm> #include<vector> using namespace std; const int N = 1010, M = 1e5 + 10, MOD = 1e9 + 7; int n; 阅读全文
posted @ 2021-09-04 15:59 干饭啦 阅读(99) 评论(0) 推荐(0)