← 返回 amazon 的题目列表String Matching Feedback
类型:online_judge
Given two strings, the first is the answer and the second is a guessed string. Print the respective character if it's correctly guessed in the correct position, and print '*' if it's correctly guessed but not in the correct position. Discuss how to handle scenarios with character count limits.
Example
Input
abcde
bcdae