#include "stdio.h" main() {int x; scanf("%d",x); if(-1<x&&x<10) printf("ok"); else printf("not ok"); }