python3 蒟蒻80分求助
查看原帖
python3 蒟蒻80分求助
558256
hanxiaosong楼主2021/8/22 16:46
s = int(input())
if s%2 == 0:
	if 4<s<=12:
    	  print(1,1,0,0)
	else:
    	  print(0,1,1,0)
else:
	if s<s<=12:
    	  print(0,1,1,0)
	else:
          print(0,0,0,1)

第三个检查点过不了,求大佬帮忙看看

2021/8/22 16:46
加载中...