Submission #00305
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #include<stdio.h> int main(){ int n,a,b,c,d; float e,f; scanf ( "%d" ,&n); scanf ( "%d %d" ,&a,&b); scanf ( "%d %d" ,&c,&d); if (n/b*a>n/d*c){ printf ( "Winner is Emiya\n" ); } if (n/b*a<n/d*c){ printf ( "Winner is AUO\n" ); } else { printf ( "Drew\n" ); } return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - 家事王VS英雄王 |
ユーザー名 | ei1710 |
投稿日時 | 2017-04-28 17:50:46 |
言語 | C |
状態 | Wrong Answer |
得点 | 0 |
ソースコード長 | 307 Byte |
最大実行時間 | 21 ms |
最大メモリ使用量 | 544 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 0 / 20 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
input01.txt | WA | 15 ms | 380 KB |
1
|
input02.txt | AC | 15 ms | 316 KB |
1
|
input03.txt | WA | 21 ms | 356 KB |
1
|
input04.txt | AC | 18 ms | 420 KB |
1
|
input05.txt | WA | 17 ms | 476 KB |
1
|
input06.txt | WA | 20 ms | 544 KB |
1
|
input07.txt | WA | 13 ms | 516 KB |
1
|
input08.txt | WA | 21 ms | 544 KB |
1
|