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:00  大锤a  阅读(1013)  评论(0)    收藏  举报

导航