const char endl = '\n';
std::ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
©著作权归作者所有