QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#317538 | #7562. Except One | PMP | Compile Error | / | / | C++14 | 72b | 2024-01-29 04:48:12 | 2024-01-29 04:48:12 |
Judging History
answer
p, k, t = tuple(int(i) for i in input().split())
print(pow(-k, t, p))
Details
answer.code:1:1: error: ‘p’ does not name a type 1 | p, k, t = tuple(int(i) for i in input().split()) | ^