通过次数
0
提交次数
求100+97+……+10+7+4+1之和
无输入
一行一个整数
#include<bits/stdc++.h> using namespace std; int main() { cout<<((1+100)*34)/2; return 0; }