C++入門經典-例2.8-輸出整數,控制打印格式

C++入門經典-例2.8-輸出整數,控制打印格式 1:代碼如下: // 2.8.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <iostream> #include <iomanip> using namespace std; void main() { int b=123456;
相關文章
相關標籤/搜索