摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 inline void read(int &tmp) 7 { 8 int x=1;char c=getchar(); 9 for(tmp=0;!isdigit(c);c=getchar()) if(c=='-') x=-1; ... 阅读全文
posted @ 2018-12-25 23:51 宇興 阅读(115) 评论(0) 推荐(0) 编辑