Run ID:128680
提交时间:2025-08-19 11:58:11
#include<iostream> using namespace std; int main(){ int a,b,c,x=2; cin>>a>>b>>c; wlire(1){ if(x%b=x%a=&&x%c==x%a) { cout<<x; } x++; } cout<<"hello"; return 0; }