萌新求助

P1001 A+B Problem

Quily @ 2020-04-19 09:28:33

Soft Sweet.

求助大佬,为什么全部 RE 辣?

print (int (input ()) + int (input ()))

by DeepSkyBlue__ @ 2020-04-19 09:29:07

@血色黄昏

Py问题就问这个神仙


by acng_ @ 2020-04-19 09:29:24

同一行输入不能这样


by IntrepidStrayer @ 2020-04-19 09:29:25

@语文公主 input()读取一整行


by IntrepidStrayer @ 2020-04-19 09:29:50

k = input().split()
print(int(k[0]) + int(k[1]))

by xhQYm @ 2020-04-19 09:30:04

两个这样输入:

n,m=map(int,input().split())


by Quily @ 2020-04-19 09:30:05

@fhh_orz 谢谢大佬!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


by 9u46 @ 2020-04-19 09:30:11

sqlm


by Quily @ 2020-04-19 09:30:49

@你的王子 你才留名,你全家都留名


by 风人 @ 2020-04-19 09:31:12

@语文公主 input读整行,还有受啥刺激学py


by Quily @ 2020-04-19 09:31:30

@风人 想同时学 py 和 C++


| 下一页