Monday, June 17, 2013

http://www.spoj.com/problems/EMP/


CODE
s=raw_input()
str=s.split(' ')
a=int(str[0])
b=int(str[1])
print(a+b)

No comments:

Post a Comment