Run ID:134949

提交时间:2025-11-01 19:00:01

#include<iostream> using namespace std; int main(){ int i=100; int g,s,b; while(i<=999){ i++; g=i%10; s=(i/10)%10; b=(i/100)%10; if(g==b){ else if(b==c){ cout<<i<<endl; } } }