首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴编程小都比的代码贴全部
#include <iostream>
#include <string>
#include <cstdio>
#include <cstring>
#include <sstream>
#include <cstdlib>
using namespace std;

class Student {
     private:
    char name[20],num[20],a;
    int age,aver1,aver2,aver3,aver4,i=0,j=0;
......................
阅读全部 | 2017年3月16日 16:21
1
编程小都比