摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; bool isJump(int x) { // int tempp=x; if(x%7==0) return true; int t 阅读全文
posted @ 2021-02-04 20:02 -Asurada- 阅读(81) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <bits/stdc++.h> #include <string> using namespace std; typedef struct { int index; long long int value; }Point; vector<Po 阅读全文
posted @ 2021-02-04 13:06 -Asurada- 阅读(103) 评论(0) 推荐(0) 编辑