Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
c
a guest
Oct 6th, 2013
210
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
primality
(
int
inp
,
int
i
)
{
if
(
i
==
inp
)
{
return
1
;
}
if
(
inp
%
i
==
0
)
{
return
0
;
}
primality
(
inp
,
i
+
1
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Exchange Exploit T P
JavaScript | 9 sec ago | 0.32 KB
Exchange Exploit T L
JavaScript | 14 sec ago | 0.32 KB
Profit Method
JavaScript | 14 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV P
JavaScript | 23 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 30 sec ago | 0.32 KB
⭐ Free ETH Method ⭐
JavaScript | 37 sec ago | 0.32 KB
Swapzone Glitch (Working)E 7
JavaScript | 38 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 45 sec ago | 0.32 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!