QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#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))

Details

answer.code:1:1: error: ‘p’ does not name a type
    1 | p, k, t = tuple(int(i) for i in input().split())
      | ^