Run ID:93969

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

#include <stdio.h> int main() { int x,y,t; scanf("%d%d",&x,&y); t=x*y; printf("%d",t); }