n = int(input())k = int(input())ost = n%kprint('!' * ost)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
n = int(input())
k = int(input())
ost = n%k
print('!' * ost)