提出 #30430688


ソースコード 拡げる

a,b,c,d = map(int,input().split())

if a<c:
    print('Takahashi')
elif a == c:
    if b<=d:
        print('Takahashi')
    else:
        print('Aoki')
else:
    print('Aoki')

提出情報

提出日時
問題 A - Good morning
ユーザ maai
言語 PyPy3 (7.3.0)
得点 100
コード長 185 Byte
結果 AC
実行時間 63 ms
メモリ 61740 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 10
セット名 テストケース
Sample example_00.txt, example_01.txt, example_02.txt
All example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt
ケース名 結果 実行時間 メモリ
example_00.txt AC 63 ms 61420 KiB
example_01.txt AC 49 ms 61608 KiB
example_02.txt AC 49 ms 61432 KiB
hand_00.txt AC 51 ms 61548 KiB
hand_01.txt AC 49 ms 61540 KiB
hand_02.txt AC 51 ms 61632 KiB
random_00.txt AC 49 ms 61740 KiB
random_01.txt AC 53 ms 61700 KiB
random_02.txt AC 48 ms 61492 KiB
random_03.txt AC 49 ms 61692 KiB