#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n<100&&n>1) { cout <<"yes"; } return 0; }
#include<bits/stdc++.h> using namespace std; int main() { int m,n; cin>>m>>n; int t=m; int s=0; while(t<=n) //枚举m到n之间的所有数 { if(t%17==0) //判断17的倍数 { s+=t; } t++; } cout<<s; return 0; }
#include<bits/stdc++.h> using namespace std; int main() { int a; cin>>a; if(a<100&&a>1) { cout<<"yes"; } else { cout<<""; } return 0; }
pj23jr23je023jr023re0923i23iur0923r0923ur0pr
Using your lizikid universal account