Submission #00205


ソースコード

1
2
3
4
5
6
7
8
9
10
11
n=int(input())
(a,b)=map(int,input().split())
(c,d)=map(int,input().split())
a=(int(n/b))*a
c=(int(n/d))*c
if a>c:
print("Winner is Emiya")
elif c>a:
print("Winner is AUO")
else:
print("Draw")

ステータス

項目 データ
問題 0008 - 家事王VS英雄王
ユーザー名 ei2225
投稿日時 2024-04-26 16:24:33
言語 Python3
状態 Accepted
得点 10
ソースコード長 214 Byte
最大実行時間 43 ms
最大メモリ使用量 3284 KB

セット

セット 得点 Cases
1 ALL 10 / 10 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt AC 31 ms 3012 KB
1
input02.txt AC 37 ms 3144 KB
1
input03.txt AC 33 ms 3148 KB
1
input04.txt AC 36 ms 3268 KB
1
input05.txt AC 43 ms 3276 KB
1
input06.txt AC 34 ms 3284 KB
1
input07.txt AC 37 ms 3164 KB
1
input08.txt AC 35 ms 3176 KB
1
input09.txt AC 41 ms 3180 KB
1