Submission #00123


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include<stdio.h>
int main(){
int a, c;
long long n,b,d;
scanf("%lld %d %lld %d %lld",&n, &a, &b, &c, &d);
if(n/b*a == n/d*c){
printf("Draw/n");
}else if(n/b*a >= n/d*c){
printf("Winner is Emiya/n");
}else if(n/b*a <= n/d*c){
printf("Winner is AUO/n");
}
return(0);
}

ステータス

項目 データ
問題 0002 - 家事王VS英雄王
ユーザー名 gousuper(r2204)
投稿日時 2022-05-23 18:19:05
言語 C
状態 Wrong Answer
得点 0
ソースコード長 346 Byte
最大実行時間 26 ms
最大メモリ使用量 496 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt WA 19 ms 376 KB
1
input02.txt WA 26 ms 396 KB
1
input03.txt WA 19 ms 320 KB
1
input04.txt WA 18 ms 372 KB
1
input05.txt WA 19 ms 424 KB
1
input06.txt WA 25 ms 472 KB
1
input07.txt WA 23 ms 424 KB
1
input08.txt WA 17 ms 444 KB
1
input09.txt WA 21 ms 496 KB
1