#include<bits/stdc++.h> using namespace std; int main(){ int sum; for(int i=1;i<=100;i++) cnt+=i; cout<<cnt; return 0; }