摘要: /*--村长学习c之路 工具dev c++ 4.9.9.2---*/#include <stdio.h>int main(){ /* 测试字符串输出格式*/ printf("%-8s\n","china"); printf("%s\n","christan"); printf("-------------------------------------------\n"); /... 阅读全文
posted @ 2009-09-29 10:08 最后的村长 阅读(122) 评论(0) 推荐(0)