下面程序是将十进制转十六进制,横线处应该填入的是()
cout << oct << decimal;
cout << decimal << decimal;
cout << hex << decimal;
不能正确执行