摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 #define max 16777216 8 9 int num=0; 10 11 bool flag[max+10]; 12 13 int main() 14 { 15 16 memset(flag,... 阅读全文
posted @ 2018-04-03 21:51 nefuer 阅读(137) 评论(0) 推荐(0)