题解
2025-05-13 12:29:01
发布于:浙江
7阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c=0;
cin>>a>>b;
if(153>=a&&153<=b){
cout<<"153"<<" ";
c++;
}
if(370>=a&&370<=b){
cout<<"370"<<" ";
c++;
}
if(371>=a&&371<=b){
cout<<"371"<<" ";
c++;
}
if(407>=a&&407<=b){
cout<<"407";
c++;
}
if(c==0){
cout<<"NULL";
}
return 0;
}
这里空空如也
有帮助,赞一个