单项选择题在C++程序中,如果要求通过函数来实现一种简单的功能,并且要求尽可能加快程序的执行速度,则应该选用( )。
单项选择题下列程序的输出结果是( )。 #ificlude<iostream> using namespace std; int main() cout.fill('*'); cout.width(5); cout<<oct<<100<<endl; return 0;