选择题   有如下程序:
    #include<iostream>
    #include<iomanip>
    using namespace std;
    int main(){
    cout<<setfill('#')<<setw(4)<<'OK'<<123<<endl;
    return 0;
    运行这个程序的输出结果是______。
 
【正确答案】 A
【答案解析】