摘要: 学到两个: //ignore \n cin.ignore(); //ignore a line cin.ignore(1024, '\n'); #include#include#include#include#include#include//uva 10033 Problem G: Interpreter#define ONLINE_JUDGEusing namespac... 阅读全文
posted @ 2013-10-30 15:18 katago 阅读(561) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include #include using namespace std; int m; int n; //bmp[y][x] char bmp[251][251]; void swap_if_bigger(int& x, int& y) ... 阅读全文
posted @ 2013-10-30 11:19 katago 阅读(468) 评论(0) 推荐(0)
摘要: #include #include #include #include using namespace std;string numbers[5][10]={ " - ", " ", " - ", " - ", " ", " - ", " - ", " - ", " - ", ... 阅读全文
posted @ 2013-10-30 11:17 katago 阅读(465) 评论(0) 推荐(0)