제출 #254056

#제출 시각아이디문제언어결과실행 시간메모리
254056ne4eHbKaPot (COCI15_pot)Cpython 3
50 / 50
31 ms3308 KiB
x = 0 for i in range(int(input())): a = input() x += int(a[:-1]) ** int(a[-1]) print(x)
#Verdict Execution timeMemoryGrader output
Fetching results...