#include int main() { int x; scanf("%d", &x); if (x > 0) printf("yes"); else printf("no"); }