#198. 求和(4)
求和(4)
说明
上机练习4.2.1.1 用while循环完成,求s=1+2+3+4+…+n。其中1 < n < 1000
输入格式
一行一个整数n(1 < n < 1000)。
输出格式
所求的和。
样例
上机练习4.2.1.1 用while循环完成,求s=1+2+3+4+…+n。其中1 < n < 1000
一行一个整数n(1 < n < 1000)。
所求的和。
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.