题解列表

筛选

1117: K-进制数

摘要:```cpp #include using namespace std; int K; int cl(int num,int front) { int temp=0; f……

1110: 2^k进制数

摘要:```cpp #include #include using namespace std; int pr,max2,tot=0; void dp(int bit,int n) { ……