Submission #30551985


Source Code Expand

from datetime import time

A, B, C, D = map(int, input().split())
if time(A, B, 0) < time(C, D, 1):
    print('Takahashi')
else:
    print('Aoki')

Submission Info

Submission Time
Task A - Good morning
User Aruma256
Language Python (3.8.2)
Score 100
Code Size 154 Byte
Status AC
Exec Time 26 ms
Memory 9364 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 10
Set Name Test Cases
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
Case Name Status Exec Time Memory
example_00.txt AC 24 ms 9156 KiB
example_01.txt AC 26 ms 9280 KiB
example_02.txt AC 19 ms 9336 KiB
hand_00.txt AC 23 ms 9280 KiB
hand_01.txt AC 19 ms 9212 KiB
hand_02.txt AC 19 ms 9364 KiB
random_00.txt AC 19 ms 9280 KiB
random_01.txt AC 19 ms 9148 KiB
random_02.txt AC 18 ms 9204 KiB
random_03.txt AC 25 ms 9160 KiB