摘要: Write a program searching for passwords in a given text. It is known that: a password consists of digits and Latin upper- and lowercase letters; a pas 阅读全文
posted @ 2020-08-22 18:00 longlong6296 阅读(210) 评论(0) 推荐(0)
摘要: For a given string you should remove all HTML tags from it. An HTML tag starts with the symbol "<" and ends with the symbol ">". You should output the 阅读全文
posted @ 2020-08-22 12:25 longlong6296 阅读(91) 评论(0) 推荐(0)