#include<bits/stdc++.h> using namespace std; int main(){ int a=1; while(1){ if(a%125&&a%114){ cout<<a; break; } a++; } return 0; }

0 条评论

目前还没有评论...