摘要:
1 //分别用十进制、十六进制和科学计数法格式输出3个数 2 #include 3 int main(){ 4 int count=432; 5 int state=1234; 6 float x=555.55; 7 8 cout.setf(ios::dec); 9 cout<<"count="<<count<<endl; 10 11... 阅读全文
posted @ 2018-07-01 18:28
孙悟空son_ku_kong
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号