Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Power of criptography
Pabon_SEC
Sep 3rd, 2016
117
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
#include<math.h>
main
(
)
{
double
n,p,k
;
while
(
scanf
(
"%lf %lf"
,
&
n,
&
p
)
!
=
EOF
)
{
k
=
pow
(
p,
1.0
/
n
)
;
printf
(
"%0.0lf
\n
"
,k
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Guide To SUCCESSFUL Trading
CSS | 1 hour ago | 0.36 KB
EARN 5000$ IN 24 HOURS
CSS | 1 hour ago | 0.36 KB
Free Money Method
Python | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
Properties | 1 hour ago | 0.39 KB
Free Crypto Method [LEAK]
CSS | 1 hour ago | 0.36 KB
Crypto Exploit
CSS | 1 hour ago | 0.36 KB
Free Crypto MethodGuide
Properties | 1 hour ago | 0.39 KB
Crypto Exploit
C++ | 1 hour ago | 0.39 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!