Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
113
msiamn
Mar 28th, 2016
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
#include<math.h>
int main()
{
double k,p,n;
while(scanf("%lf%lf",&p,&n)==2)
{
k=pow(n,1/p);
printf("%.0lf\n",k);
}
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This summer smells like money
CSS | 2 min ago | 0.24 KB
Crypto Profitable Method
CSS | 2 min ago | 0.24 KB
Free Money
CSS | 2 min ago | 0.24 KB
API Flaw
CSS | 3 min ago | 0.24 KB
✅ API Glitch (Docs Leak)
CSS | 3 min ago | 0.24 KB
This summer smells like money
CSS | 3 min ago | 0.24 KB
I made $15,000 in 2 hours
CSS | 20 min ago | 0.24 KB
✅ API Glitch (Docs Leak)
CSS | 20 min ago | 0.24 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!