Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【2021天梯赛训练-2】7-6 A-B | HBUACM #15

Open
HANXU2018 opened this issue Jan 16, 2021 · 0 comments
Open

【2021天梯赛训练-2】7-6 A-B | HBUACM #15

HANXU2018 opened this issue Jan 16, 2021 · 0 comments

Comments

@HANXU2018
Copy link
Member

https://hbuacm.github.io/2021/01/15/%E3%80%902021%E5%A4%A9%E6%A2%AF%E8%B5%9B%E8%AE%AD%E7%BB%83-2%E3%80%917-6%20A-B/

本题要求你计算A−B。不过麻烦的是,A和B都是字符串 —— 即从字符串A中把字符串B所包含的字符全删掉,剩下的字符组成的就是字符串A−B。 输入格式:输入在2行中先后给出字符串A和B。两字符串的长度都不超过104,并且保证每个字符串都是由可见的ASCII码和空白字符组成,最后以换行符结束。 输出格式:在一行中打印出A−B的结果字符串。 输入样例:12I love GPLT! It's a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant