執(zhí)行下列代碼 int a=32; double c=32; cout.setf(ios::hex); cout<<"hex:a="<< a<< ",c="<< c<< endl; cout.unsetf(ios::hex); 程序的輸出結(jié)果為()