编程介的小学生 2017-03-31 10:48 采纳率: 20.5%
浏览 789
已采纳

'JBC'

Life can be taught, but sometimes simple problems are just very well hidden among difficult ones. Once identifying those simple problems you are almost on a half way of solving them as well as making one big step towards winning the contest. Just be careful, this is NOT the simplest problem!

Are you ready for that challenge?

Your task is to write a program that transforms numbers from various numeric systems to decade one (base=10).

Input

Input file consists from multiple data sets separated by one or more empty lines.

First line of each set contains definition of digit ordering for some hypothetical numerical system. All ASCII printable characters (codes greater than 0x20 (space)) are allowed to appear as digits, and they are sorted according to increased decimal value (starting from zero).

Each line of the input data set (starting from second one) is one number coded with previously defined digits. Such numbers can have multiple decade interpretations (taking different base for hypothetical system) and your task is to find sum of all possible interpretations.

Explanation: If we define digit ordering as "0123456789" possible bases are 2..10 but number "6201" can be decoded only in systems with base 7..10.

Input lines can contain white space characters on both ends which should be ignored.

Output

You are required to output one decimal number per each number from input data sets. That number represents sum of decimal representations for all valid numeric system bases.

Output data sets should be separated by one blank line.

Sample Input

0123456789
90763
1

.1>C
CC.

.1
1....
Sample Output

90763
9

60
52
353

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-04-09 15:30
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题