收起
#include<stdio.h> int main() { int A,B; scanf("%d %d",&A,&B); printf("%d",A*B); return 0; }
报告相同问题?