Run ID:97832

提交时间:2024-11-16 16:39:22

#include <stdio.h> int main() { int a, b, s; scanf("%d%d",&a,&b); s=a*b printf("%d\n",s); return 0; }