提出 #77547905
ソースコード 拡げる
Copy
#include <stdio.h>int main(void) {int X, Y;if (scanf("%d%d", &X, &Y) != 2) return 1;puts(X * 9 == Y * 16 ? "Yes" : "No");return 0;}
#include <stdio.h>
int main(void) {
int X, Y;
if (scanf("%d%d", &X, &Y) != 2) return 1;
puts(X * 9 == Y * 16 ? "Yes" : "No");
return 0;
}
提出情報
ジャッジ結果
| セット名 | Sample | All | After Contest | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | 0 / 0 | ||||||
| 結果 |
|
|
|
| セット名 | テストケース |
|---|---|
| Sample | 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt |
| All | 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt, 01_yes_01.txt, 01_yes_02.txt, 01_yes_03.txt, 02_no_01.txt, 02_no_02.txt, 02_no_03.txt, 03_reversed_01.txt |
| After Contest | 99_after_contest_01.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_sample_01.txt | AC | 1 ms | 1616 KiB |
| 00_sample_02.txt | AC | 0 ms | 1552 KiB |
| 00_sample_03.txt | AC | 0 ms | 1536 KiB |
| 01_yes_01.txt | AC | 0 ms | 1668 KiB |
| 01_yes_02.txt | AC | 0 ms | 1484 KiB |
| 01_yes_03.txt | AC | 0 ms | 1536 KiB |
| 02_no_01.txt | AC | 0 ms | 1664 KiB |
| 02_no_02.txt | AC | 0 ms | 1516 KiB |
| 02_no_03.txt | AC | 0 ms | 1588 KiB |
| 03_reversed_01.txt | AC | 0 ms | 1428 KiB |
| 99_after_contest_01.txt | AC | 0 ms | 1492 KiB |