2018年8月13日

cpp学习(day-three)

摘要: #include using namespace std; int main() { enum rank { first, //0 second, //1 third //2 }; int nRank = 2; switch (nRank) { case first: ... 阅读全文

posted @ 2018-08-13 14:37 fortwater 阅读(93) 评论(0) 推荐(0)

导航