Run ID:97833
提交时间:2024-11-16 16:39:56
#include <stdio.h> int main() { int a, b, s; scanf("%d%d",&a,&b); s=a*b; printf("%d\n",s); return 0; }