说明: #include "stdio.h" struct atmsystem /* 定义结构体存放用户资料 */ { char account[5]; /* 帐号 */ char password[7]; /* 密码 */ float allmoney; /* 余额 */ }atm[60]; void main() { char account2[5],account1[5],password[7],password2[7],password3[7]; char SelectKey=0,help;
<tzfrient> 上传 | 大小:23kb