fork download
  1. a=int(input())
  2. b=int(input())
  3. print(a/b)
Success #stdin #stdout 0.03s 63048KB
stdin
1
3
stdout
0