摘要:
When I have time I will add the commends.#include<stdio.h>int main(void){ printf("\n*s1=%15d*","aaabbbcccddd"); printf("\n*s2=%-5s*","aaa");}#include<stdio.h>int main(void){ long y = -43456; printf("y=%-8ld\n",y); printf("y=%-#8ld\n& 阅读全文
posted @ 2012-09-14 15:05
abacuspix
阅读(680)
评论(0)
推荐(0)
浙公网安备 33010602011771号