单项选择题有如下程序: #include<iostream> using namespace std; int main() cout.fill('*'); cout.width(6); cout.fill('#'); cout<<888<<end1; return 0; 的执行结果是( )。
单项选择题下列关于栈的叙述中,正确的选项是( )。