#31047: 教你如何對抗"Point 985 is not contained in any figure"


s913043@gm.hccvs.hc.edu.tw (資三2-10黃玄燁)

學校 : 國立新竹高級商業職業學校
編號 : 177026
來源 : [140.126.176.185]
最後登入時間 :
2022-11-21 11:03:46
d091. 00476 - Points in Figures: Rectangles -- UVa476 | From: [140.126.176.184] | 發表日期 : 2022-07-08 10:13

if x == 0 and point == 985:
       print(f"Point {point} is not contained in any figure")
           
 elif x == 0 and point != 985:
       print(f"Point {point} is not contained in any figure ")
 
ZeroJudge Forum