Thursday, December 27, 2018

fast io in programming competition

copied from neal's cf blog. 
ios::sync_with_stdio(false);
cin.tie(nullptr);