#include <iostream> 
#include <cmath>
using namespace std;

int main(){
	printf("%.10llf",M_PI);
	return 0;
}

相关文章:

  • 2021-08-05
  • 2021-04-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-11-18
  • 2021-05-20
相关资源
相似解决方案