fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4.  
  5.  
  6. signed main(){
  7.  
  8. int a,b;
  9. cin>>a>>b;
  10. cout<<a*b<<'\n';
  11.  
  12.  
  13. return 0;
  14. }
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
Success #stdin #stdout 0.01s 5520KB
stdin
Standard input is empty
stdout
1858323648