Run ID:136187

提交时间:2025-11-09 17:31:08

#include<iostream> using namespace std; int main(){ int a,b; cin>>a; while(b<a&&b%3==2&&b%5==3&&7==5){ b++; } cout<<b; return 0; }