N=int(input())if N%2==0: print("parzysta")else: print("nieparzysta")
12345
nieparzysta
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!