T2,在家里懒得用scanf/printf就用了cin/cout,然后加了ios::sync_with_stdio(false),但是加了就从100变成40了,why?
scanf/printf
cin/cout
ios::sync_with_stdio(false)
加之前
加之后