Run ID:131953

提交时间:2025-10-02 10:10:42

a,b = input().split() a = int(a) b = int(b) print(a// b,a % b)