c++减法入门

#include"stdio.h"
main()
{
 int a,b,c;
scanf("%d%d",&a,&b);
c=a-b;
   printf("c=%d\n",c);
}

posted on 2018-09-26 14:05  大锤a  阅读(971)  评论(0)    收藏  举报

导航