提出 #20872100
ソースコード 拡げる
import sys
input = sys.stdin.readline
import numpy as np
# int(input())
# input().split().strip()
# map(int, input().strip().split())
m, h = map(int, input().strip().split())
if h%m == 0:
print("Yes")
else:
print("No")
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Health M Death |
| ユーザ | rsypoz |
| 言語 | Python (3.8.2) |
| 得点 | 100 |
| コード長 | 258 Byte |
| 結果 | AC |
| 実行時間 | 116 ms |
| メモリ | 27144 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | sample_01.txt, sample_02.txt |
| All | hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| hand_01.txt | AC | 116 ms | 26928 KiB |
| hand_02.txt | AC | 111 ms | 26772 KiB |
| hand_03.txt | AC | 108 ms | 27084 KiB |
| hand_04.txt | AC | 109 ms | 26804 KiB |
| hand_05.txt | AC | 108 ms | 26860 KiB |
| random_01.txt | AC | 112 ms | 26848 KiB |
| random_02.txt | AC | 110 ms | 27144 KiB |
| random_03.txt | AC | 114 ms | 26900 KiB |
| random_04.txt | AC | 114 ms | 26924 KiB |
| random_05.txt | AC | 108 ms | 26696 KiB |
| random_06.txt | AC | 112 ms | 26672 KiB |
| random_07.txt | AC | 115 ms | 26772 KiB |
| random_08.txt | AC | 111 ms | 26836 KiB |
| sample_01.txt | AC | 111 ms | 26712 KiB |
| sample_02.txt | AC | 109 ms | 26892 KiB |