摘要: #include <stdio.h> int main(){ printf("打印五个字符:%c %c %c %c %c\n", 70, 105, 115, 104, 67); printf("前边用 填充:%10d\n", 2015); printf("前边用0填充:%010d\n", 2015) 阅读全文
posted @ 2019-05-24 00:42 Jerome27 阅读(709) 评论(0) 推荐(0) 编辑