// C6_1.cpp : Defines the entry point for the console application. // ㄧ计莱ノ #include "stdafx.h" #include using namespace std; // double areaChange1(double x); // ㄧΑ int main(int argc, char* argv[]) { double x = 3.0; // 跑计 double y = 0.0; cout << "キよそへ ㎝ ¦ 锣传" << endl; y = areaChange1(5.0); // ノㄧ计 areaChange1 cout << endl << "ㄒ 5.0 キよそへ = " << y << "¦" << endl ; cout << "叫悿キよそへ计  "; cin >> x ; y = areaChange1(x); // ノㄧ计 areaChange1 cout << endl << x << " キよそへ = " << y << "¦" << endl ; cout << endl; return 0; } double /areaChange1(double x) { double result = 1.0; // 砞﹚肚跑计 result = 0.302495 * x; return result; } // ㄧΑ挡