c语言问题求解答

如图

第1个回答  2020-05-13
#include<stdio.h>
int main()
{
int a,b,c;
scanf("%d %d",&a,&b);
c=a*b;
printf("%d",c);
return 0;
}本回答被提问者采纳
相似回答