摘要:
#include<iostream>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; for(int i=10;i<=100;i++) if(i%3==a&&i%5==b&&i%7==c) { cout<<i<<endl; return 阅读全文
posted @ 2017-07-31 12:55
lookhere
阅读(278)
评论(0)
推荐(0)

浙公网安备 33010602011771号