提交时间:2026-04-06 14:40:02

运行 ID: 435483

n, m = map(int, input().split()) print(1 if n % m == 0 else 0)