fork download
  1. select ("N ",25);
  2. select ("O ",25);
  3. select ("P ",(25 + 25));
Success #stdin #stdout #stderr 0.01s 5284KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: row value misused
Error: near line 2: row value misused
Error: near line 3: row value misused