2019 ICPC上海赛区 M Blood Pressure Game 血压游戏
血压游戏,实质名归好吧233333~ 代码时间是 2019-11-23 18:34:27一个标点符号我都没有修改,贴在这里了。 不排除有错误,我也真的没有再检查过了。询问了出题组包括bin巨,他们同意我把标程发过来。 我觉得很有可能会被发现哪里写得有问题,但是能学到知识不是美滋滋吗 ~ 而且确实也没有影响比赛结果。问心无愧。 // #include <bits/stdc++.h> #include<stdio.h> #include<iostream> #include<string> #include<string.h> #include<set> #include<map> #include<vector> #include<queue> #include<algorithm> #include<time.h> using namespace std; #define FMS(x, y, g) memset(x, y, sizeof(x[0]) * (g)) typedef long long LL; // Variables For the Specific Problem const bool GUESS = false; // 是否验证一些猜想(如点数、边数等)的开关 const bool DEBUG = false; // 是否输出细节(用于调试)的开关 //