Description
Input
Output
输出文件名为 zoo.out。
仅一行一个整数表示答案。
Sample Input
Sample Input1 3 3 5 4 1 4 6 0 3 2 4 2 5 Sample Input2 2 2 4 3 1 2 1 3 2 4
Sample Output
Sample Output1 13 Sample Output2 2
Data Constraint
Solution
Code1
#include<cstdio>
#define fo(x,a,b) for(int x=(a),e_=(b);x<=e_;x