//#include "stdafx.h"

#include <iostream>
using namespace std;

#include "math.h"


int main()
{
	cout << "M_PI" << M_PI;

	return 0;
}
