fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6. long long int n,m;
  7. cin>>n>>m;
  8. cout<<n*m<<endl;
  9. return 0;
  10. }
Success #stdin #stdout 0s 15232KB
stdin
99000  10000000000000
stdout
990000000000000000