标签:bsp pre 起点 程序 || 程序设计 stdio.h nbsp col
#include<stdio.h> int main() { int a,b; while(scanf("%d %d",&a,&b)!=EOF) {if(a<=6||b<=2||(a<=20&&b<5)) printf("yes\n"); else printf("no\n"); } return 0; }
标签:bsp pre 起点 程序 || 程序设计 stdio.h nbsp col
原文地址:https://www.cnblogs.com/Estwind/p/9751642.html