Skip to content

03-cin和cout ​

cin和cout的运算速度不如scanf和printf

所以在极限需要关照计算速度的场景下,可以使用scanf和printf来作为输入输出。

最近更新