Run ID:128679

提交时间:2025-08-19 11:56:53

#include<iostream> using namespace std; int main(){ int a,b,c,x=2; cin>>a>>b>>c; wlire(1){ if(x%a==x%b&&x%c==x%a) { cout<<x; } x++; } cout<<"hello"; return 0; }