Submission #22547123


Source Code Expand

import sys

input = sys.stdin.readline


def main():
    a, b, c = map(int, input().split())
    print("Yes" if a < c ** b else "No")


if __name__ == "__main__":
    main()

Submission Info

Submission Time
Task 020 - Log Inequality(★3)
User riantkb
Language Python (3.8.2)
Score 3
Code Size 174 Byte
Status AC
Exec Time 24 ms
Memory 9052 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 3 / 3
Status
AC × 3
AC × 40
Set Name Test Cases
Sample Sample_1.txt, Sample_2.txt, Sample_3.txt
All Killer_Type_A_-1.txt, Killer_Type_A_-2.txt, Killer_Type_A_-3.txt, Killer_Type_A_00.txt, Killer_Type_A_01.txt, Killer_Type_A_02.txt, Killer_Type_A_03.txt, Killer_Type_A_04.txt, Killer_Type_A_05.txt, Killer_Type_A_06.txt, Killer_Type_A_07.txt, Killer_Type_A_08.txt, Killer_Type_A_09.txt, Killer_Type_A_10.txt, Killer_Type_B_-1.txt, Killer_Type_B_-2.txt, Killer_Type_B_-3.txt, Killer_Type_B_0.txt, Killer_Type_B_1.txt, Killer_Type_B_2.txt, Killer_Type_B_3.txt, Killer_Type_B_4.txt, Killer_Type_C_-1.txt, Killer_Type_C_-2.txt, Killer_Type_C_-3.txt, Killer_Type_C_0.txt, Killer_Type_C_1.txt, Random_01.txt, Random_02.txt, Random_03.txt, Random_04.txt, Random_05.txt, Random_06.txt, Random_07.txt, Random_08.txt, Random_09.txt, Random_10.txt, Sample_1.txt, Sample_2.txt, Sample_3.txt
Case Name Status Exec Time Memory
Killer_Type_A_-1.txt AC 17 ms 8940 KiB
Killer_Type_A_-2.txt AC 18 ms 8760 KiB
Killer_Type_A_-3.txt AC 20 ms 9012 KiB
Killer_Type_A_00.txt AC 18 ms 8944 KiB
Killer_Type_A_01.txt AC 16 ms 8940 KiB
Killer_Type_A_02.txt AC 22 ms 9052 KiB
Killer_Type_A_03.txt AC 24 ms 8940 KiB
Killer_Type_A_04.txt AC 19 ms 8884 KiB
Killer_Type_A_05.txt AC 19 ms 8896 KiB
Killer_Type_A_06.txt AC 21 ms 8796 KiB
Killer_Type_A_07.txt AC 23 ms 8936 KiB
Killer_Type_A_08.txt AC 18 ms 9016 KiB
Killer_Type_A_09.txt AC 21 ms 8924 KiB
Killer_Type_A_10.txt AC 18 ms 8944 KiB
Killer_Type_B_-1.txt AC 16 ms 8944 KiB
Killer_Type_B_-2.txt AC 18 ms 9044 KiB
Killer_Type_B_-3.txt AC 20 ms 8896 KiB
Killer_Type_B_0.txt AC 17 ms 8896 KiB
Killer_Type_B_1.txt AC 23 ms 8800 KiB
Killer_Type_B_2.txt AC 21 ms 8804 KiB
Killer_Type_B_3.txt AC 19 ms 8896 KiB
Killer_Type_B_4.txt AC 22 ms 9044 KiB
Killer_Type_C_-1.txt AC 23 ms 8792 KiB
Killer_Type_C_-2.txt AC 17 ms 8904 KiB
Killer_Type_C_-3.txt AC 17 ms 8884 KiB
Killer_Type_C_0.txt AC 19 ms 9012 KiB
Killer_Type_C_1.txt AC 24 ms 8792 KiB
Random_01.txt AC 19 ms 8800 KiB
Random_02.txt AC 20 ms 8940 KiB
Random_03.txt AC 19 ms 9048 KiB
Random_04.txt AC 21 ms 8940 KiB
Random_05.txt AC 17 ms 8940 KiB
Random_06.txt AC 24 ms 8944 KiB
Random_07.txt AC 22 ms 8788 KiB
Random_08.txt AC 24 ms 8800 KiB
Random_09.txt AC 17 ms 8796 KiB
Random_10.txt AC 23 ms 8936 KiB
Sample_1.txt AC 22 ms 9008 KiB
Sample_2.txt AC 17 ms 8908 KiB
Sample_3.txt AC 22 ms 8800 KiB