Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
1002-Area of a Circle-URI Online Judge.
MOHD_NASIR_UDDIN42
Apr 21st, 2017
77
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
int
main
(
)
{
double
R
,
sum
;
scanf
(
"%lf"
,&
R
)
;
sum
=
3.14159
*
R
*
R
;
printf
(
"A=%.04lf
\n
"
,
sum
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Exploit 500$ in 10 minutes ⭐⭐
JavaScript | 1 min ago | 0.22 KB
💎 Free Crypto Method 💎 🔥🔥
Java | 1 min ago | 0.11 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🚨 📌
Java | 3 min ago | 0.14 KB
🚨 Trading exploit 💎 🚨 💵
JavaScript | 4 min ago | 0.22 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 4 min ago | 0.22 KB
💎 Instant Money Method 💎 🚨 🔥
JavaScript | 5 min ago | 0.18 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐
JavaScript | 6 min ago | 0.22 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🚨 📌
JavaScript | 7 min ago | 0.18 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!