摘要: 实现 #include <iostream> #include <vector> #include <string> #include <map> using namespace std; vector<string> html_lines; map<string,string> vars_val; 阅读全文
posted @ 2020-08-28 14:11 amonqsq 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 实现 #include <cstdio> #define MAXN 0x3ef int origin_matrix[MAXN][MAXN]; int new_matrix[MAXN][MAXN]; int main() { int x_size, y_size; scanf("%d%d",&x_si 阅读全文
posted @ 2020-08-28 10:58 amonqsq 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 实现 #include <cstdio> #include <algorithm> #define MAXN 0x3ef class figure_cnt { public: int figure; int cnt; figure_cnt() {}; figure_cnt(int figure, i 阅读全文
posted @ 2020-08-28 10:49 amonqsq 阅读(64) 评论(0) 推荐(0) 编辑