Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
MeehoweCK
Jun 5th, 2024
474
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
bool
primal
(
int
liczba
)
{
if
(
liczba
<
2
)
{
return
false
;
}
for
(
auto
i
{
2
}
;
i
*
i
<=
liczba
;
++
i
)
{
if
(
liczba
%
i
==
0
)
{
return
false
;
}
}
return
true
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 3 sec ago | 0.25 KB
⭐✅ Swapzone Glitch ✅ Working ✅ NEVER SEEN BEF...
JavaScript | 13 sec ago | 0.25 KB
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 22 sec ago | 0.25 KB
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 31 sec ago | 0.25 KB
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 40 sec ago | 0.25 KB
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 51 sec ago | 0.25 KB
⭐✅ Crypto Exchange Exploit ✅ NEVER SEEN BEFOR...
JavaScript | 1 min ago | 0.25 KB
✅⭐ Make huge profits on trading ⭐⭐ I
JavaScript | 1 min ago | 0.27 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!