Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
sivan_iut
Feb 19th, 2020
67
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
#include<math.h>
int
main
(
)
{
double
a
,
b
;
scanf
(
"%lf%lf"
,&
a
,&
b
)
;
double
p
,
q
,
r
;
p
=
pow
(
a
,
b
)
;
q
=
pow
(
b
,
a
)
;
r
=
p
-
q
;
printf
(
"%.0lf"
,
r
)
;
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ PayPal Hits
JavaScript | 18 min ago | 0.09 KB
MAKE $500 INSTANTLY
JavaScript | 18 min ago | 0.09 KB
FREE BTC GUIDE
JavaScript | 19 min ago | 0.09 KB
✅ Account Leaks
JavaScript | 20 min ago | 0.09 KB
✅ Crypto Accounts
JavaScript | 21 min ago | 0.09 KB
Netflix Premium UHD Hits
JavaScript | 22 min ago | 0.09 KB
✅ MAKE $1200 IN 15 MIN
JavaScript | 22 min ago | 0.09 KB
Make $1200 in 15 minutes
JavaScript | 23 min 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!