洛谷1号管理员 @ 2017-10-18 20:03:29
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a*b<<endl;
return 0;
}
by Dispwnl @ 2017-11-02 07:14:36
@洛谷1号管理员 它题目不是说要用高精度了吗。。。。
by Dilute @ 2017-11-02 21:52:33
@洛谷1号管理员
py是python的缩写,因为python它的变量本来就是能够存储非常大的数,所以被很多人拿来水高精题