c语言简单加法_百度知道 最佳答案回答时间:2018年5月23日 - 8个回答 - 68正确的代码如下: #include<stdio.h> void main() { int a,b,c; a=6; b=7; c=a+b; printf(&...zhidao.baidu.com