Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
codeforce - buttons
jakaria_hossain
Dec 12th, 2019
80
Never
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
raw
download
clone
embed
print
report
RAW Paste Data
#include<bits/stdc++.h> using namespace std; int main() { int n,i; scanf("%d",&n); int sum=n; for(i=1;i<n;i++){ sum+=(n-i)*i; } printf("%d\n",sum); return 0; }
Public Pastes
Try to broke dicti...
C# | 22 min ago
Lab3. 2
C++ | 25 min ago
Test touch screen
Lua | 37 min ago
Основы С++ / Тема...
C++ | 51 min ago
Untitled
C | 51 min ago
Untitled
C# | 1 hour ago
SLA Email Alert
C | 1 hour ago
Paste Ping
C | 1 hour ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!