fork download
  1. var a = Math.pow(Math.random() + Math.random(), Math.random()) >> 1;
  2. var b;
  3. while (true){
  4. b = Math.random() + Math.random();
  5. if (Math.max(b, Math.pow(b, Math.random())) === b){
  6. b = b * 5;
  7. break;
  8. }
  9. }
  10. const A = String.fromCharCode(Math.ceil((Math.pow(b, 1/b) + 5) * 10 + Math.pow(a, 2) * 2 + b / 5));
  11. print(A);
Success #stdin #stdout 0.01s 30152KB
stdin
Standard input is empty
stdout
A