提交时间:2022-05-28 09:02:14

运行 ID: 822

#include "bits/stdc++.h" using namespace std; long a,b,c; int main(){ cin>>a>>b; c=a*b; cout<<c; return 0; }