std::ios::sync_with_stdio(false); std::cin.tie(nullptr); std::cout.tie(nullptr); freopen("curvature.in","r",stdin); freopen("curvature.out","w",stdout);
我代码写成这样,教练说不建议这么写,所以能用吗?
以及就是NOI Linux虚拟机下编译通过是不是代表交上去不会CE(我用的是code::blocks)