Run ID:113883

提交时间:2025-03-16 19:43:22

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