fork download
  1. zong = 16
  2. ren = 4
  3. m = zong / ren
  4. print(m)
Success #stdin #stdout 0.04s 63176KB
stdin
Standard input is empty
stdout
4