摘要: #include #include using namespace std;class Stu { public: char name[12]; char id[12];};int main() { int N = 0; // because all t... 阅读全文
posted @ 2014-11-04 01:12 卖程序的小歪 阅读(157) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;bool push_validate(int &pre_push, int max_push, int cur, vector& stack, int mcap) { if (pre_push >= ... 阅读全文
posted @ 2014-11-04 00:57 卖程序的小歪 阅读(252) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;class Number {public: int a; int b; int c; Number(int _a = 0, int _b = 0, int _c = 0): a(_a), b(_b),... 阅读全文
posted @ 2014-11-04 00:09 卖程序的小歪 阅读(473) 评论(0) 推荐(0) 编辑