How to iterate faster through a loop with a range that goes to at least 2 digits (10) until 1000 digits (10^100) using Python 3 +?

前端 未结 0 423
一向
一向 2020-12-10 10:18

I receive a non-empty string S of at most 1000 characters and an integer N (1 ≤ N ≤ 1000). Each character of S is either a decimal digit or the character “ ? ”; the leftmost

相关标签:
回答
  • 消灭零回复
提交回复
热议问题