提交时间:2023-01-11 15:27:02
运行 ID: 4047
#include <iostream> using namespace std; int main(){ long int a,b; cin>>a>>b; cout<<a*b; return 0; }