题解列表

筛选

1117: K-进制数

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