Introduction - If you have any usage issues, please Google them yourself
		 
#include<iostream> 
 #include<cstring> 
 using namespace std 
 class count 
{ 
 public: 
 friend class ATM 
 count (char Name[],char Num[],float Money,char Password[]) //初始化 
 protected: 
 char* get_name() //返回姓名 
 char* get_num() //返回卡号 
 char* get_password() //返回密码 
 float get_money() //返回金额 
 void set_password(char pwd[]) //设置密码 
 void set_money(float m) //取钱