// C6_2.cpp : Defines the entry point for the console application. // э㊣ㄧ计ま计 #include "stdafx.h" #include using namespace std; int Add66(int p1); // ㄧ计 int main(int argc, char* argv[]) { int p1 = 22; cout << endl << "Add66(p1) = " << Add66(p1) << endl << "p1 = " << p1; cout << endl; return 0; } int Add66(int p1) // 砞﹚ㄧ计 { p1 *= 66; // 跑把计 return p1; // 肚砆跑把计 }