Run ID:93970

提交时间:2024-10-19 16:44:43

//CRTL+N(NEW),CRTL+S(SAVE) # include <stdio.h> /* */ int main(){ int a,b; scanf("%d%d",&a,&b); int res = a*b; printf("%d",res); }