| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1362219 | something2075 | Multiplication (BOI24_multiplication) | Pypy 3 | 125 ms | 125108 KiB |
n = int(input())
ret = 1
for _ in range(n):
num = int(input())%(10**9 + 7)
ret = (ret*num)%(10**9 + 7)
print(ret)Compilation message (stdout)
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
