摘要: #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) {int a,b,sum; a=123; b=456; sum=a+b; printf("sum = %d",sum); return 0; } #incl 阅读全文
posted @ 2019-04-11 15:14 赵桐 阅读(60) 评论(0) 推荐(0) 编辑