输入三个整数,整数之间由一个空格分隔,整数是32位有符号整数。把第二个输入的整数输出
a,b,c = map(int,input().split()) print(b)
希望对题主有所帮助,可以的话,帮忙点个采纳!