我一開始用str(1/17)
但執行後會出現TLE或WA(輸出有少)
後來就直接寫16一循環了
對了
若要解決string index out of range
必須在你的回圈內加上
try:
except:
continue