摘要: #include #include #include //SYSTEM INCLUDES #include using namespace std; typedef struct { int position_y; int position_x; int state; } MY_CLASS; typedef std::pair MY_PAIR; typedef std::... 阅读全文
posted @ 2017-03-02 16:31 souwang 阅读(216) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; int main() { std::vector line; for (int i = 0; i :: iterator as loop iterator: " ::iterator it; for (it = line.begin(); ... 阅读全文
posted @ 2017-03-02 16:22 souwang 阅读(218) 评论(0) 推荐(0) 编辑