#145. 奇数累加和
奇数累加和
Description
求 从a到b 所有奇数 和(文件名为 oddsum)
Input Format
两个用空格隔开的整数,表示a和b。
Output Format
一个整数,表示从a到b的奇数的累加和。
Sample
input
1 3
output
4
Hint
时间限制:
空间限制:
求 从a到b 所有奇数 和(文件名为 oddsum)
两个用空格隔开的整数,表示a和b。
一个整数,表示从a到b的奇数的累加和。
input
1 3
output
4
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.