Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Fast Expo iterativ
Alex_tz307
Sep 14th, 2020
164
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
Putere
(
int
A ,
int
n
)
{
int
P
=
1
;
while
(
n
)
{
if
(
n
&
1
)
P
=
P
*
A
;
A
=
A
*
A
;
n
>>=
1
;
}
return
P
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Crypto Accounts
Java | 1 sec ago | 0.09 KB
Make $1500 in 20 minutes
Java | 3 sec ago | 0.09 KB
✅ Make $1500 in 20 minutes
JavaScript | 4 sec ago | 0.32 KB
MAKE $900 INSTANTLY
Java | 5 sec ago | 0.08 KB
Instant Profit Method
Java | 12 sec ago | 0.08 KB
Make $15OO in 2O minutesV G
Java | 15 sec ago | 0.08 KB
Instant Profit Method
Java | 16 sec ago | 0.09 KB
Profit Method
Java | 22 sec ago | 0.09 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!