标签: c++ performance
我制作了一些程序,发现scanf和printf比使用cin和cout快得多?我的大多数程序在使用scanf / printf时使用cin / cout清除了在线编译器的执行时间限制,大多数是3秒或5秒
scanf
printf
cin
cout