首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴Kalila的代码贴C语言
#include<iostream>
#include<string>
using namespace std;
class Person
{
    public:
        void Setall()
        {
             cin>>number>>name>>sex;
        }
        void Showall()
        {
......................
阅读全部 | 2022年5月29日 13:58
1
Kalila