# your code goes here

from __future__ import print_function

(lambda: lambda: lambda x: print(x))()()(5)
 