#!/usr/bin/python3 import sys def main() -> int: print("IT WORKS!") return 0