Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
3lan
a53
Apr 11th, 2020
906
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <fstream>
using namespace std;
int main()
{
int n;
ifstream f("3lan.in");
f>>n;
f.close();
ofstream g("3lan.out");
g<<7*n*(n-1)/2<<'\n';
g.close();
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💵 Make 3000$ in 20 minutes 💵
JavaScript | 9 sec ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 18 sec ago | 0.24 KB
🚀 Swapzone +37% glitch
JavaScript | 27 sec ago | 0.24 KB
🚨 Free Crypto Method 🚨
JavaScript | 37 sec ago | 0.24 KB
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 47 sec ago | 0.24 KB
🔥 Exchange profit method
JavaScript | 1 min ago | 0.24 KB
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 1 min ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 1 min ago | 0.24 KB
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!