# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
254056 | ne4eHbKa | Pot (COCI15_pot) | Cpython 3 | 31 ms | 3308 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
x = 0
for i in range(int(input())):
a = input()
x += int(a[:-1]) ** int(a[-1])
print(x)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |