c++减法入门
摘要:#include"stdio.h"main(){ int a,b,c;scanf("%d%d",&a,&b);c=a-b; printf("c=%d\n",c);}
阅读全文
posted @ 2018-09-26 14:05
posted @ 2018-09-26 14:05
posted @ 2018-09-26 14:01
posted @ 2018-09-26 14:00
posted @ 2018-09-26 13:58
posted @ 2018-09-26 13:33