fork(1) download
  1. # your code goes here
  2. a = int(raw_input())
  3. b = int(raw_input())
  4. c = int(raw_input())
  5. z = a + b + c
  6. print z
Success #stdin #stdout 0s 23288KB
stdin
5
10
15
stdout
30