#include <stdio.h>int main (){int c;scanf ("%d", &c);if (c>0) printf ("YA");else printf ("TIDAK");return 0;}
-2
TIDAK
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!