fork download
  1. #include <stdio.h>
  2. int main ()
  3. {
  4. int c;
  5. scanf ("%d", &c);
  6. if (c>0) printf ("YA");
  7. else printf ("TIDAK");
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5276KB
stdin
-2
stdout
TIDAK