![]() |
#2
诸葛欧阳2016-01-08 16:28
|
void yuyi_main()//óïòå·ÖÎöÖ÷oˉêy
{
cifa_p = cifa_head;
yuyi_head = new yuyi;
yuyi_head -> next = NULL;
yuyi_end = yuyi_head;
cout<<endl;
yufa_zfc_disp(cifa_head->next);
cout<<"........"<<endl;
cout<<endl<<"-----------------------------------------------------"<<endl;
advance();
E1();
yuyi_sys_disp();
cout<<endl<<"----------------------------------"<<endl;
}
显示我最后一行的}前少一个;号