#44370: python


suyueh (suyueh)

學校 : 不指定學校
編號 : 272111
來源 : [101.10.93.239]
最後登入時間 :
2024-12-10 22:48:32
o922. 年貨大街 (Market) -- TOI練習賽202409新手組第2題 | From: [101.10.92.238] | 發表日期 : 2024-11-30 21:19

n=int(input())
list1=input().split()
x,g=int(1),int(1)
to=int(0)
while x!=0 and g!=0:
    x,g=map(int,input().split())
    to=to+(int(list1[x-1])*g)
print(to)

 
ZeroJudge Forum