一共可以取n个数,第i个数可以取[ai,bi]之间的任意数,设S=x1^2+x2^2……+xn^2,求S的种类数量
第一行一个数n
然后n行,每行分别表示ai,bi
1<=n,ai,bi<=100
输出一个数表示答案
5 1 2 2 3 3 4 4 5 5 6
26