D2.cpp 101 B

1234567
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main() {
  4. cout<<"PI=3.14159065";
  5. return 0;
  6. }