CodeMan
Home
Uva
AtCoder
Codechef
Codeforce
Hackerrank
LeetCode
Devskill
TopCoder
Spoj
Algorithm
Python3
Hackerearth
Uri
C++
Data Structure
Friday, November 4, 2016
Uri 1002 - Area of a Circle
#include
int main(){
double R,A;
scanf("%lf",&R);
A=3.14159*R*R;
printf("A=%.4lf\n",A);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment