Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
97833 吴梓玄 02武王伐纣II C Accepted 1 MS 196 KB 119 2024-11-16 16:39:56

Tests(10/10):


Code:

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