# C++中对PI的引用

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

int main(){
	printf("%.10llf",M_PI);
	return 0;
}
posted @ 2019-06-30 19:06  yhsmer  阅读(1560)  评论(0编辑  收藏  举报