提交时间:2023-01-17 09:46:06

运行 ID: 5644

#include <iostream> using namespace std; int main(){ long int a,b; cin>>a>>b; cout<<a*b; return 0; }