开发者

Hexadecimals and probability [closed]

开发者 https://www.devze.com 2023-02-24 17:30 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflowWant to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_StackOverflow

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

A numeric string ([0-9A-F]+) is given. What's the probability that it's a hexadecimal number?


All strings of characters in the class [0-9A-F] can be interpreted as hexadecimal numbers, so the answer is 100%.

0

精彩评论

暂无评论...
验证码 换一张
取 消