Codeforces Round #629 (Div. 3)

A. Divisibility Problem 題意:給定a,b兩個數,每次能夠將a+1,最少須要幾步可使a%b==0ios 分析:水題。。。web 代碼以下:數組 #include <iostream> using namespace std; int main(void) { int t; cin >> t; while (t--) { int a, b; cin >> a >
相關文章
相關標籤/搜索