QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#317538#7562. Except OnePMPCompile Error//C++1472b2024-01-29 04:48:122024-01-29 04:48:12

Judging History

你现在查看的是最新测评结果

  • [2024-01-29 04:48:12]
  • 评测
  • [2024-01-29 04:48:12]
  • 提交

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())
      | ^