fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. long long a,b;
  7. cin >> a >> b;
  8. if ( a > b)
  9. cout << a;
  10.  
  11. else
  12. cout << b;
  13.  
  14. return 0;
  15. }
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
140729567021984