bistuacm 2019年第四場新生訓練賽題解

題目鏈接:https://vjudge.net/contest/293430#overview A 知識點:模擬 題意:給一個數組,找出其中能被k整除的最小數a[i],輸出k/a[i]即可。 #include<bits/stdc++.h> using namespace std; int main(){ int n,i,k; cin>>n>>k; int a[111]; for(i=0;i
相關文章
相關標籤/搜索