题目地址:https://www.patest.cn/contests/gplt/L1-036
思路:简单
注意点:无
1 #include<stdio.h> 2 int main(){ 3 int a,b; 4 scanf("%d %d",&a,&b); 5 printf("%d\n",a*b); 6 return 0; 7 }
题目地址:https://www.patest.cn/contests/gplt/L1-036
思路:简单
注意点:无
1 #include<stdio.h> 2 int main(){ 3 int a,b; 4 scanf("%d %d",&a,&b); 5 printf("%d\n",a*b); 6 return 0; 7 }
转载于:https://www.cnblogs.com/czlm520/p/8312832.html