规则:
1、必须AC
2、打出代码长度
3、c++
#import<cstdio> main(){long n;scanf("%lld",&n);n<4?puts("No"):puts("Yes");}
76B