mod = 998244353 def main(): import sys input = sys.stdin.readline N = int(input()) assert N <= 5000 exit() if __name__ == '__main__': main()