sbso_1988sbso.blog.chinaunix.net
sbso_1988
全部博文(704)
06-2011(4)
05-2011(2)
03-2011(11)
04-2011(7)
12-2010(4)
01-2011(14)
02-2011(6)
10-2010(10)
lyric(0)
11-2010(11)
grub(0)
my_ubuntu(0)
fedora(46)
archlinux(4)
vimwiki(1)
python(18)
shell(38)
web(14)
postgresql(7)
gsoap(4)
my_vim(88)
c++(4)
c(47)
notebooks(82)
driver(1)
my_apue(13)
2013年(1)
2012年(16)
2011年(536)
2010年(151)
网络安全
小尾巴鱼
维也纳下
yjx2003
minipore
zx_wing
大鬼不动
wb123456
AiYongYe
lhhli
dingjun1
cynthia
浪花小雨
Phyllis6
heiyou
aizhu121
分类: C/C++
2010-10-05 02:39:33
#include int main(){int a1=55;int a2=99;int b=10;printf("%*d%*d\n",b,a1,b,a2);return 0;}
%d中间加*就可以用后面的变量来控制输出宽度了,即b就是来控制宽度的!
上一篇:c const iistrulate
下一篇:准备买s3c2440板子回家玩玩。
登录 注册