# 循环 3 次输出指定字符串
for _ in range(3):
    print("Welcome to ACM / ICPC!")