The input consists of:
• one line with one integer n (1≤n≤2500), the number of pairs of numbers;
• n lines each with two integers a and b (−10^6≤a,b≤10^6), a pair of numbers used.
输入包括:
第一行是一个整数n(1<=n<=2500),表示共有n道题目。
接下来n行每行有2个整数a和b(-10^6<=a,b<=10^6),表示每一题使用的整数。