printf 那 去掉 & 这个符号
printf("%d",A); 不需要&
打印语句不需要使用&符号,
printf("%d",A);
没学过C语言,但是返回是0,main后面的小括号加个void不矛盾吗。不知道C语言的规则是怎么样的。