fork download
  1. #include <bits/stdc++.h>
  2. #define ll long long
  3. #define zero cout << 0 << '\n' ;
  4. #define opps cout<<-1<<'\n';
  5. const int MAX = 1e7;
  6. using namespace std;
  7. void solve() {
  8. ll n , m ;
  9. cin >> n >> m ;
  10. n *= m ;
  11. cout << n << '\n' ;
  12. }
  13. int main() {
  14. ios::sync_with_stdio(0);
  15. cin.tie(0);
  16. solve();
  17. return 0;
  18. }
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
-1575315520043833344