#include using namespace std; #define endl '\n' int main() { // 加快读入 ios::sync_with_stdio(false), cin.tie(0); return 0; }