#include <stdio.h> int main() { int A,B,C; scanf("%d %d",&A,&B); C=A*B; printf("%d",C); return 0; } 相关文章: 2021-11-02 2021-11-17