有如下程序:#include<iostream>#include<iomanip>using namespace std;int mai
有如下程序:
#include<iostream>
#include<iomanip>
using namespace std;
int main(){
cout<<setw(10)<<setfill(’X’)<<setprecision(8)<<left;
cout<<12.3456793<<______<<98765;
return 0;
}
若程序的輸出是12.345679x98765xxxxx,則劃線處缺失的部分是
A.setw(10)
B.setfill(’X’)
C.setprecision(8)
D.right
正確答案:A
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。