2025-03-15 19:00 至 2025-03-15 21:00 时长: 2小时
已有3人报名
int main() { // 主函数中加入这三行代码可以提高读写速度,使用该代码时scanf和cin不要混用。 std::ios::sync_with_stdio(false); cin.tie(nullptr); cout.tie(nullptr); return 0; }
扫描二维码,关注牛客
下载牛客APP,随时随地刷题