Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Josif_tepe
Nov 15th, 2025
137
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <bits/stdc++.h>
using
namespace
std
;
int
main
(
)
{
int
a, b
;
int
n
=
0
;
cin
>>
a
>>
b
;
while
(
a
>
0
)
{
n
=
n
+
a
*
b
;
a
--
;
}
cout
<<
n
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Infinite Money Glitch
JavaScript | 6 sec ago | 0.67 KB
🔥🔥 BIG MONEY BY TRUMP⭐ 💵💵
JavaScript | 1 min ago | 0.66 KB
⭐⭐ Exploit 500$ in 10 minutes ⭐⭐
JavaScript | 1 min ago | 0.67 KB
📌📌 Swapzone Glitch 2000/15MIN ⭐ 🚨📌
JavaScript | 3 min ago | 0.66 KB
⭐⭐ Free Crypto Method ⭐⭐
JavaScript | 4 min ago | 0.67 KB
SetWindowSubclass/DefSubclassProc/RemoveWindo...
C++ | 4 min ago | 6.32 KB
Infinite Money Glitch
JavaScript | 5 min ago | 0.67 KB
🚨 MILLIONAIRES MONEY 📌⭐
JavaScript | 5 min ago | 0.66 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!