fork download
  1. print( round(2.5) )
  2. print( round(3.5) )
  3. print( round(4.5) )
  4. print( round(5.5) )
Success #stdin #stdout 0.02s 9168KB
stdin
Standard input is empty
stdout
2
4
4
6