#include<iostream>

int main()

{

  std:cout<<"Please Enter two numbers:"<<std:endl;

  int a,b;  

  std:cin>>a>>b;

  std:cout<<"a*b:"<<a*b<<std:endl;

  return 0; 

}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2021-08-07
猜你喜欢
  • 2021-06-28
  • 2021-10-01
  • 2021-06-15
  • 2021-06-18
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案