摘要: 1 #include<stdio.h> 2 #define debug 0 3 int main() 4 { 5 int a[3][4]={{8,2,6,4},{1,4,7,9}},i,j; 6 #if debug 7 a++; 8 a[0]++; 9 a[1]++; 10 a[2]++; 11 a 阅读全文
posted @ 2016-05-24 17:09 自由石匠 阅读(226) 评论(0) 推荐(0) 编辑
摘要: putchar输出一个字符,puts输出字符串。 阅读全文
posted @ 2016-05-24 11:23 自由石匠 阅读(689) 评论(0) 推荐(0) 编辑