For each string output the number stored in that string if various numbers are there print the largest one. If a string has no numbers print -1

前端 未结 0 777
一向
一向 2020-12-05 16:24

Example: Input: 1 This is alpha 5057 and 97 Output: 5057 This is the code I wrote but multiple test cases not passing... import re a = input () b = input ()

r         


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