std::ios::sync_with_stdio(false)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_27500493/article/details/83592579

std::ios::sync_with_stdio(false);//加速输入C++

cin >> m >> n >> K;

猜你喜欢

转载自blog.csdn.net/qq_27500493/article/details/83592579