fork download
  1. \ solve c a b with - SWAP /
  2. \ c = 2, a = 10 b = 4
  3. 2 10 4 - SWAP / .
  4. \ output is 3
Success #stdin #stdout 0.01s 5324KB
stdin
Standard input is empty
stdout
3