UVA 202 循環小數

題目大意:ios 輸入整數a,b( 0<= a <= 3000, 1 <= b <= 3000),輸出 a/b 的循環小數表示以及循環節長度。git   Code:spa #include<iostream> #include<cstdio> #include<cstring> using namespace std; const int MAXN = 300005; int rem[MAXN]
相關文章
相關標籤/搜索