iT邦幫忙

2023 iThome 鐵人賽

DAY 14
0
自我挑戰組

CPE 49題訓練系列 第 14

YKL19.UVA11063 B2-Sequence*CPE48-23

  • 分享至 

  • xImage
  •  

B2-Sequence*CPE48-23

t=0
while 1:
	try:
		if t>0:
			space=input()
		t+=1
		T=input()
		arr=list(map(int,input().split()))
		ans=[]
		c=0
		for i in range(len(arr)-1):
			if abs(arr[i]-arr[i+1]) not in ans:
				ans.append(abs(arr[i]-arr[i+1]))
			else:
				c=1
				break
		if c==0:
			print('Case #'+str(t)+': It is a B2-Sequence.')
		else:
			print('Case #'+str(t)+': It is not a B2-Sequence.')
		print()
	except:
		break

上一篇
YKL03.UVA10812 Beat the Spread! YKL07.UVA11461 Square Numbers
下一篇
YKL48.UVA10093 An Easy Problem!
系列文
CPE 49題訓練30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言