fork download
  1. a=10;
  2. b=50;
  3.  
  4. print(Math.max(a,b));
  5.  
Success #stdin #stdout 0.03s 16664KB
stdin
Standard input is empty
stdout
50