PAT(Advanced Level)刷题指南 —— 第六弹(⭐T1010有点难度⭐)

一、1010 Radix

1. 问题重述

2. Sample Input1

6 110 1 10

3. Sample Output1

2

4. Sample Input 2

1 ab 1 2

5. Sample Output 2

 
 

你可能感兴趣的:(算法,算法,c++,数据结构)