标签:net ber for c++ tail pen max i++ key
http://blog.csdn.net/l2580258/article/details/51319387
void cin_read_nosync() { freopen("data.txt","r",stdin); std::ios::sync_with_stdio(false); for (int i=0;i<MAXN;i++) std::cin >> numbers[i]; }
标签:net ber for c++ tail pen max i++ key
原文地址:http://www.cnblogs.com/Aragaki/p/6963699.html