Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 15th, 2017
79
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
int mult = 1;
bool flag = false;
for (int i = 0; i < 10; ++i) {
if (arr[i] ==0)
{
flag= !flag;
continue;
}else{
if(flag){
mult = mult * arr[i];
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Monetizing Technique
CSS | 30 min ago | 0.17 KB
API Glitch that made me $5900
CSS | 31 min ago | 0.19 KB
MM rando seed 2/23
2 hours ago | 26.58 KB
Untitled
2 hours ago | 6.08 KB
Untitled
5 hours ago | 7.55 KB
Untitled
7 hours ago | 6.62 KB
Untitled
9 hours ago | 7.72 KB
Untitled
11 hours ago | 13.05 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!