Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 12th, 2018
645
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.30 KB
| None
|
0
0
raw
download
clone
embed
print
report
for
(
int
n
:
A
)
{
if
(
n
==
a
)
cnt1
++
;
else
if
(
n
==
b
)
cnt2
++
;
else
if
(
cnt1
==
0
)
{
cnt1
++
;
a
=
n
;
}
else
if
(
cnt2
==
0
)
{
cnt2
++
;
b
=
n
;
}
else
{
cnt1
--
;
cnt2
--
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Giftcards Method
JavaScript | 7 sec ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 16 sec ago | 0.15 KB
Exchange Exploit
JavaScript | 25 sec ago | 0.15 KB
Netflix Premium UHD Hits
JavaScript | 33 sec ago | 0.15 KB
Changelly.com Exploit
JavaScript | 40 sec ago | 0.15 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 53 sec ago | 0.15 KB
✅ Account Leaks
JavaScript | 1 min ago | 0.15 KB
Free Giftcards Method
JavaScript | 1 min ago | 0.15 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!