HDU 整除的尾數

2021-08-09 12:23:38 字數 415 閱讀 4324

problem description

乙個整數,只知道前幾位,不知道末二位,被另乙個整數除盡了,那麼該數的末二位該是什麼呢?

input

輸入資料有若干組,每組資料報含二個整數a,b(015

1.輸出printf("0%d",r);

解鎖了個新錯誤:runtime error(integer_divide_by_zero),翻譯是沒有除0。

有今天沒來部落格蹦躂了,其實是這幾天沒寫題,說好的小蜜蜂呢???【掀桌】。

附上**:

#include#include#includeusing namespace std;

int main()

}printf("\n");

}return 0;

}

hdu 2099 整除的尾數

從這個題目領悟了自己之前沒有注意的一些東西,在後面總結,這裡先貼 include include include using namespace std int main int cnt 0 for int i 0,j 0 i 100 i if a 100 i b 0 cout 1 在開陣列的時候c...

hdu 2099 整除的尾數

problem description 乙個整數,只知道前幾位,不知道末二位,被另乙個整數除盡了,那麼該數的末二位該是什麼呢?input 輸入資料有若干組,每組資料報含二個整數a,b 0 output 對應每組資料,將滿足條件的所有尾數在一行內輸出,格式見樣本輸出。同組資料的輸出,其每個尾數之間空一...

HDU2099 整除的尾數

problem description 乙個整數,只知道前幾位,不知道末二位,被另乙個整數除盡了,那麼該數的末二位該是什麼呢?input 輸入資料有若干組,每組資料報含二個整數a,b 0output 對應每組資料,將滿足條件的所有尾數在一行內輸出,格式見樣本輸出。同組資料的輸出,其每個尾數之間空一格...