题目详情 输入格式 输出格式 输入样例 输出样例 代码展示 num_list=list(map(int,input().split())) for i in num_list: if i==250: print(num_list.index(i)+1) break