1 条题解

  • 0
    @ 2025-12-14 10:08:49
    #include<bits/stdc++.h>  
    using namespace std; 
    int main(){  //
    	int n;
    	cin>>n;
    	if(n<5 or n>10)
    		cout<<"yes";
    	else
    		cout<<"no";
    	return 0;
    }
    
    • 1

    信息

    ID
    2018
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    (无)
    递交数
    8
    已通过
    6
    上传者