#ifndef ONLINE_JUDGE
freopen("input.txt","r",stdin);
#endif
ios::sync_with_stdio(false);
cin.tie(0);
/*
之后不能用scanf和puts等;
*/
C++输入输出问题,暂存保存一下,后面再总结~
#ifndef ONLINE_JUDGE
freopen("input.txt","r",stdin);
#endif
ios::sync_with_stdio(false);
cin.tie(0);
/*
之后不能用scanf和puts等;
*/
C++输入输出问题,暂存保存一下,后面再总结~