提出 #22547123
ソースコード 拡げる
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()
提出情報
| 提出日時 | |
|---|---|
| 問題 | 020 - Log Inequality(★3) |
| ユーザ | riantkb |
| 言語 | Python (3.8.2) |
| 得点 | 3 |
| コード長 | 174 Byte |
| 結果 | AC |
| 実行時間 | 24 ms |
| メモリ | 9052 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 3 / 3 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 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 |