摘要: 1 #include 2 #include 3 4 using namespace std; 5 6 int btr[1<<20]; 7 8 9 int main() 10 { 11 int D,I; 12 13 while(scanf("%d%d",&D,&I)==2) 14 { 15 m... 阅读全文
posted @ 2017-07-27 21:33 lan126 阅读(134) 评论(0) 推荐(0) 编辑