fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. double x, y;
  6. cin >> x >> y;
  7. if ( x > y ){
  8. cout << x;
  9. }
  10. if ( x> y ){
  11. cout << x << y;
  12. }
  13. return 0;
  14. }
Success #stdin #stdout 0s 3464KB
stdin
30
stdout
3030-2.65627e-42