死亡宣告 @ 2017-06-06 17:15:29
#include<stdio.h>
#include<stdlib.h>
int main()
{
int a,b;
scanf("%d%d",&a,&b);
printf("%d\n",a*b);
system("pause");
return 0;
}
咋回事,40分
by ghj1222 @ 2017-06-06 17:23:56
想打你了,没看到最后四个字啊
by Focus_on @ 2017-06-06 17:29:50
@ghj1222 有些尴尬。。。
by 老K @ 2017-06-06 20:24:45
@死亡宣告 不好好读题还有理了?
by 御·Dragon @ 2017-06-07 13:35:22
我也是,我好想更简单,但只有40分
#include<stdio.h>
int a,b;
int main()
{
scanf("%d%d",&a,&b);
printf("%d",a*b);
return 0;
}
by 死亡宣告 @ 2017-06-13 16:51:38
我不会读题,我只会开大和
by 吴宇阳 @ 2017-06-26 21:00:29
这是高精度,大哥