吴晓阳
发布于 2024-10-24 / 13 阅读
0

输入输出加速

	const char endl = '\n';
	std::ios::sync_with_stdio(false);
	cin.tie(nullptr);
	cout.tie(nullptr);