输入输出的速度
1.
使用cin, cout, cin.tie(0), ios::sync_with_stdio(false)
2.
只用scanf,printf
3.
使用cin, cout, cin.tie(0) ,cout.tie(0)
4.
使用cin, cout, ios::sync_with_stdio(false);
5.
只用cin,cout
输入输出的速度
1.
使用cin, cout, cin.tie(0), ios::sync_with_stdio(false)
2.
只用scanf,printf
3.
使用cin, cout, cin.tie(0) ,cout.tie(0)
4.
使用cin, cout, ios::sync_with_stdio(false);
5.
只用cin,cout