#include <iostream>//hetao3097453 using namespace std; int main() { int n; cin >> n; if(n > 1 && n < 100) { cout << "yes"; } return 0; }
#include<bits/stdc++.h> using namespace std; int main() { int a; cin >> a; if (a > 1 && a < 100) { cout << "yes"; } return 0; }
A
#include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; if (x>1&&x<100) cout<<"yes"; return 0; }
注册一个 核OJ_核桃编程 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 核OJ_核桃编程 通用账户