如果要用cin/cout的话最好在前面加上ios::sync_with_stdio(0);,这样一般问题就不大了。

根据相关法律法规,一般题目允许卡cin/cout,不允许卡printf/scanf