#include<bits/stdc++.h>
using namespace std;
int main()
{
long long a, b;
unsigned long long sum;
cin>>a>>b;
sum = a * b;
cout<<sum<<endl;
return 0;
}
I think is the number is not enough big.
:(
bruh
me too ! i don't know how to do