fork download
  1. BEGIN {
  2. a=5999856; b=99992800; c=100000000; print a**3+b**3-c**3;
  3. }
Success #stdin #stdout 0.02s 4276KB
stdin
Standard input is empty
stdout
0