ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
文件输入输出在开启 cin 优化时,应该怎样避免文件中无输出?
(个人一般用scanf,只是读入字符串的时候偶尔用 cin/cout)