{.warning[UnusedImport]: off.} import algorithm, sequtils, strutils, sugar let n = stdin.readLine.parseInt for _ in countup(1, n): echo "Hello! You're new here, right? It's nice to meet you."