竞赛
考级
zsy
学过c++都做得出
请输入文本.
#include <bits/stdc++.h> using namespace std; int a[1000]; int main(){ int n; cin >> n; if(n >= 2 && n <= 9){ cout << "YES"; } else{ cout << "NO"; } return 0; }
陈柏宇戏狗
无敌的鳖佬仔给老爷爷猜猜被
#include <iostream> using namespace std; int main(){ int a; cin >> a; if(a<=9 && a>=2){ cout << "YES"; }else{ cout << "NO"; } return 0; }
AGGO
T1 if语句
因为bug太多被ls拉黑了
我服了,我就说嘛,为啥老是不对。 原来要大写 好吧,上代码
Dream
LS_YZY
#include<bits/stdc++.h> using namespace std; int a; int main(){ cin>>a; if(a>=2&&a<=9){ cout<<"YES"; return 0; } cout<<"NO"; return 0; }
ACGO
༺ཌༀ蘭亭ༀད༻
提交答案之后,这里将显示提交结果~