Submission #00096


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 17:59:11
言語 C
状態 Wrong Answer
得点 0
ソースコード長 383 Byte
最大実行時間 26 ms
最大メモリ使用量 424 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
input01.txt WA 22 ms 376 KB
1
input02.txt WA 26 ms 304 KB
1
input03.txt WA 23 ms 320 KB
1
input04.txt WA 23 ms 372 KB
1
input05.txt WA 21 ms 424 KB
1
input06.txt WA 19 ms 380 KB
1
input07.txt WA 13 ms 404 KB
1
input08.txt WA 22 ms 368 KB
1
input09.txt WA 17 ms 388 KB
1