1.关闭同步流和scanf、printf哪个快
2.unsignedlonglong和longlong运算速度一样吗?哪个快
3.这两个代码速度一样吗(或者哪个快)
string s; cin>>s;
string s; cin>>s+1;