http://acm.hdu.edu.cn/showproblem.php?pid=1000
題目要求:兩個數字求和
a,b=input().strip().split()
sum = float(a)+float(b)
c= int(sum)
print(c)
http://acm.hdu.edu.cn/showproblem.php?pid=1000
題目要求:兩個數字求和
a,b=input().strip().split()
sum = float(a)+float(b)
c= int(sum)
print(c)