QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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))
详细
answer.code:1:1: error: ‘p’ does not name a type 1 | p, k, t = tuple(int(i) for i in input().split()) | ^