游客 Signup | Login
中文 | En

2804 - 求100+97+……+10+7+4+1之和

求100+97+……+10+7+4+1之和

Input

无输入

Output

一行一个整数

Examples

Input


                

Output


                

Solution C++

#include<bits/stdc++.h>
using namespace std;
int main()
{
	cout<<((1+100)*34)/2;
	return 0;
}
Time Limit 1 second
Memory Limit 128 MB
Discuss Stats
上一题 下一题