Submission #691661


Source Code Expand

n,m,p=map(int,input().split());print(pow(n,p,m))

Submission Info

Submission Time
Task B - n^p mod m
User leafmoon
Language Python (3.4.3)
Score 100
Code Size 48 Byte
Status AC
Exec Time 421 ms
Memory 3572 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status AC
AC × 27
Set Name Test Cases
Sample
All 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt, 014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt, 021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt
Case Name Status Exec Time Memory
001.txt AC 421 ms 3572 KB
002.txt AC 38 ms 3064 KB
003.txt AC 38 ms 3064 KB
004.txt AC 38 ms 3064 KB
005.txt AC 38 ms 3064 KB
006.txt AC 38 ms 3064 KB
007.txt AC 37 ms 3064 KB
008.txt AC 38 ms 3064 KB
009.txt AC 38 ms 3064 KB
010.txt AC 39 ms 3064 KB
011.txt AC 38 ms 3064 KB
012.txt AC 37 ms 3064 KB
013.txt AC 37 ms 3064 KB
014.txt AC 36 ms 3064 KB
015.txt AC 36 ms 3064 KB
016.txt AC 36 ms 3064 KB
017.txt AC 36 ms 3060 KB
018.txt AC 36 ms 3064 KB
019.txt AC 37 ms 3064 KB
020.txt AC 36 ms 3064 KB
021.txt AC 40 ms 3064 KB
022.txt AC 37 ms 3064 KB
023.txt AC 36 ms 3064 KB
024.txt AC 36 ms 3064 KB
025.txt AC 36 ms 3064 KB
026.txt AC 36 ms 3064 KB
027.txt AC 37 ms 3064 KB
sample_01.txt AC 36 ms 3064 KB
sample_02.txt AC 37 ms 3064 KB