#include <stdio.h>int main(){int x ;scanf ("%d",&x);if (x%3==0&&x%7==o)printf ("%d是yes",x);else printf ("%d是no",x);return 0 ;}
是0不是o