摘要: 1 #include 2 3 char haha[] = "nihaoma" 4 "niubi" 5 "\"hello world\n\""; 6 int main(void) 7 { 8 printf("%s\n", haha... 阅读全文
posted @ 2014-10-29 16:00 WendellYih 阅读(191) 评论(0) 推荐(0) 编辑