fork download
  1. # your code goes here
  2. n1 = input()
  3. n1 = int(n1)
  4. n2=2
  5. n2*=n1
  6. print(n2-20)
Success #stdin #stdout 0.08s 14116KB
stdin
50
stdout
80