fork download
  1. : MEDIA-3 ( n1 n2 n3 -- n_media )
  2. + \ ( 40 5 ) Somma n1 e n2
  3. + \ ( 45 ) Somma il risultato con n3
  4. 3 / \ ( 15 ) Divide la somma totale per 3
  5. ;
  6.  
  7.  
  8. 10 20 30 MEDIA-3 .
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
20