Submission #535617


Source Code Expand

a,b,c,d=map(int,input().split())
if a/b > c/d:
    print('TAKAHASHI')
elif a/b<c/d:
    print('AOKI')
else:
    print('DRAW')

Submission Info

Submission Time
Task A - 勝率計算
User koshin
Language Python (3.4.2)
Score 0
Code Size 131 Byte
Status WA
Exec Time 111 ms
Memory 6864 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
WA × 2
AC × 11
WA × 22
Set Name Test Cases
Sample subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt
All 0.txt, 1.txt, 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 16.txt, 17.txt, 18.txt, 19.txt, 2.txt, 20.txt, 21.txt, 22.txt, 23.txt, 24.txt, 25.txt, 26.txt, 27.txt, 28.txt, 29.txt, 3.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, subtask0_sample_01.txt, subtask0_sample_02.txt, subtask0_sample_03.txt
Case Name Status Exec Time Memory
0.txt WA 104 ms 6764 KB
1.txt WA 104 ms 6760 KB
10.txt WA 107 ms 6752 KB
11.txt AC 105 ms 6756 KB
12.txt WA 104 ms 6864 KB
13.txt WA 103 ms 6756 KB
14.txt AC 106 ms 6756 KB
15.txt WA 103 ms 6752 KB
16.txt WA 103 ms 6752 KB
17.txt AC 104 ms 6752 KB
18.txt WA 111 ms 6632 KB
19.txt WA 103 ms 6724 KB
2.txt AC 103 ms 6764 KB
20.txt AC 103 ms 6628 KB
21.txt WA 104 ms 6668 KB
22.txt WA 106 ms 6756 KB
23.txt AC 103 ms 6792 KB
24.txt WA 103 ms 6636 KB
25.txt WA 107 ms 6764 KB
26.txt AC 106 ms 6756 KB
27.txt WA 104 ms 6752 KB
28.txt WA 103 ms 6728 KB
29.txt AC 103 ms 6664 KB
3.txt WA 104 ms 6676 KB
4.txt WA 101 ms 6752 KB
5.txt AC 102 ms 6752 KB
6.txt WA 103 ms 6708 KB
7.txt WA 104 ms 6668 KB
8.txt AC 104 ms 6748 KB
9.txt WA 104 ms 6760 KB
subtask0_sample_01.txt WA 103 ms 6716 KB
subtask0_sample_02.txt WA 102 ms 6636 KB
subtask0_sample_03.txt AC 104 ms 6752 KB