C語言建立通訊錄出錯求解

以下是我個人的代碼: #include<stdio.h> using namespace std; struct contacts { char name[10]; int telephone; int age; }contacts[10]; void swap(char* x, char* y) { char* p; p = x; x = y; y = p; } void paixu(struc
相關文章
相關標籤/搜索