Submission #11488344


Source Code Expand

string=input()
print(int(string.split(" ")[0])**int(string.split(" ")[1])%int(string.split(" ")[2]))

Submission Info

Submission Time
Task B - n^p mod m
User fengchangming
Language Python (3.4.3)
Score 0
Code Size 101 Byte
Status WA
Exec Time 2104 ms
Memory 10344 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status AC
AC × 3
WA × 9
TLE × 17
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, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
001.txt WA 17 ms 2940 KB
002.txt WA 17 ms 2940 KB
003.txt WA 17 ms 2940 KB
004.txt WA 17 ms 2940 KB
005.txt WA 17 ms 2940 KB
006.txt TLE 2009 ms 8444 KB
007.txt TLE 2104 ms 9588 KB
008.txt TLE 2104 ms 9692 KB
009.txt TLE 2104 ms 9832 KB
010.txt TLE 2064 ms 9004 KB
011.txt TLE 2104 ms 9028 KB
012.txt TLE 2104 ms 9820 KB
013.txt TLE 2104 ms 9460 KB
014.txt TLE 2104 ms 9652 KB
015.txt TLE 2104 ms 9796 KB
016.txt TLE 2104 ms 9904 KB
017.txt TLE 2104 ms 9800 KB
018.txt TLE 2104 ms 9584 KB
019.txt TLE 2104 ms 10344 KB
020.txt TLE 2104 ms 9792 KB
021.txt AC 17 ms 2940 KB
022.txt AC 17 ms 2940 KB
023.txt WA 17 ms 2940 KB
024.txt TLE 2104 ms 9972 KB
025.txt WA 17 ms 2940 KB
026.txt WA 16 ms 2940 KB
027.txt AC 16 ms 2940 KB
sample_01.txt WA 17 ms 2940 KB
sample_02.txt TLE 2104 ms 9724 KB