uva 10783 - Odd Sum

该博客介绍了如何计算给定范围内所有奇数的和。通过解析输入的测试用例,博客提供了计算方法并展示了样例输入和输出。分析部分揭示了奇数和的数学公式,并给出了解决问题的代码实现。
摘要由CSDN通过智能技术生成

题目链接:戳我

Description

Given a range [a, b], you are to find the summation of all the odd integers in this range.

给定范围[a,b],你要找到这个范围内所有奇数的总和。

For example,the summation of all the odd integers in the range [3, 9] is 3 + 5 + 7 + 9 = 24.

例如,在范围[3,9]中,奇数和为:3 + 5 + 7 + 9 = 24.

Input

There can be at multiple test cases.

可以有多个测试用例

The first line of input gives you the number of test cases, T(1 ≤ T ≤ 100).

输入的第一行给出了测试用例的数量,T(1 ≤ T ≤ 100).

Then T test cases follow. Each test case consists of 2 integers a and b (0 ≤ a ≤ b ≤ 100)
in two separate lines.

然后后面跟着T个测试用例。每个测试用例占两行,包含两个整数a和b(0 ≤ a ≤ b ≤ 100)。

Outpu
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值