fork download
  1. l = 0
  2. N = int(input())
  3. if N < 0: l + 1
  4. print(l)
Success #stdin #stdout 0.07s 14136KB
stdin
-12
34
546
stdout
0