Pro.ID22319 TitleWrong Answer Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22319 AC3 Submit18 Ratio16.67% 时间&空间限制描述You are solving a crossword puzzle and you have already written down the answers to all questions. While filling in the answers in the diagram, you notice that some answers have overlapping letters that do not match, so you must have made some mistakes in the answers. Instead of checking your answers, you decide to write a computer program to find the maximum number of answers that could have been correct. 输入The first line of the input contains a single number: the number of test cases to follow. Each test case has the following format:
Integers and strings on the same line are separated by single spaces. No pair of horizontal words will overlap, nor will any pair of vertical words. The words consist of upper case letters only. The top left corner of the diagram is at x = y = 0, x runs in the horizontal direction, and y runs in the vertical direction (downwards). 输出Description You are solving a crossword puzzle and you have already written down the answers to all questions. While filling in the answers in the diagram, you notice that some answers have overlapping letters that do not match, so you must have made some mistakes in the answers. Instead of checking your answers, you decide to write a computer program to find the maximum number of answers that could have been correct. Input The first line of the input contains a single number: the number of test cases to follow. Each test case has the following format:
Integers and strings on the same line are separated by single spaces. No pair of horizontal words will overlap, nor will any pair of vertical words. The words consist of upper case letters only. The top left corner of the diagram is at x = y = 0, x runs in the horizontal direction, and y runs in the vertical direction (downwards). Output For every test case in the input, the output should contain a single number, on a single line: the maximum number of answers that can fit in the crossword. Sample Input 2 Sample Output 3 Hint The first example below corresponds to the following diagram, where the (assumed) wrong answer is written in italics: Source 样例输入2 样例输出3 提示The first example below corresponds to the following diagram, where the (assumed) wrong answer is written in italics: |