Advertisement
Saleh127

Untitled

Apr 20th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. {
  5.  
  6. double a,b,c,d,e;
  7. cin>>a;
  8. b=a*2*3.1415927;
  9. printf("%.2lf\n",b);
  10. return 0;
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement