>  2005/03/21 (月) 02:11:00        [qwerty]
> > coutでの桁数指定や16進表記の仕方を知らない俺もいるぜヽ(´ー`)ノ
> #include <iomanip>
> std::cout << std::setw(5) << n << std::endl;
> std::cout << std::setbase(16) << n << std::endl;

いやがらせとしか思えない複雑さだな(;´Д`)

参考:2005/03/21(月)02時09分24秒