输入两个变量的时候必须换行,所以提交了就是RE,麻烦大佬们帮忙看看。网上搜了一些python速成都没有提到这个神奇的点。。。
a=input() b=input() c=int(a) d=int(b) e=c+d print(e)