Pro.ID22615 TitleBinary Operation Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22615 AC2 Submit2 Ratio100.00% 时间&空间限制描述Consider a binary operation A binary operation The result of a Let us define Given a binary operation 输入The first ten lines of the input file contain the description of the binary operation The first digit in the first line is always 0. The eleventh line of the input file contains two non-negative integers a and b ( 0 ≤ a ≤ b ≤ 1018 ). 输出Description Consider a binary operation A binary operation The result of a Let us define Given a binary operation Input The first ten lines of the input file contain the description of the binary operation The first digit in the first line is always 0. The eleventh line of the input file contains two non-negative integers a and b ( 0 ≤ a ≤ b ≤ 1018 ). Output Output a single number --- the value of a Sample Input 0 1 2 3 4 5 6 7 8 9 Sample Output 15 Source 样例输入0 1 2 3 4 5 6 7 8 9 样例输出15 作者 |