#12610: line4 WA???


r2005.wang@gmail.com (王藝誠)

學校 : 不指定學校
編號 : 67850
來源 : [36.238.215.45]
最後登入時間 :
2022-01-23 22:54:00
a215. 明明愛數數 | From: [122.121.180.76] | 發表日期 : 2017-08-24 15:37

您的答案為: 200
正確答案為: 202
嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚嗚
誰能救我??
Python

for t in range(10):
i=input().split()
times=0
can=True
n=int(i[0])
total=0
while can:
n+=1
total+=n
if total>int(i[1]):
can=False
print(n-int(i[0]))
=============================
 
ZeroJudge Forum