2019年4月8日

摘要: 一 #include<stdio.h>int main(){ int a,b,sum; a=123; b=456; sum=a+b; printf("sum=%d\n",sum); return 0;} 二 #include<stdio.h>int main(){ char c1,c2; c1=97 阅读全文
posted @ 2019-04-08 15:07 墨绯 阅读(93) 评论(0) 推荐(0)

导航