大学第三周作业大学第三周作业大学第三周作业大学第三周作业

#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
猜你喜欢
  • 2021-08-24
  • 2021-06-18
  • 2021-12-02
  • 2022-12-23
  • 2021-07-25
  • 2021-08-24
相关资源
相似解决方案