总所周知 ios::sync_with_stdio(false)的作用是解除stdio与iostream的绑定以提高iostream的速度 但是freopen是打开到stdio上的 解除绑定后iostream是否还能使用?如果能,有哪些需要注意的? 以及fclose()是必须的吗