摘要: // cin,cout加速(不能和scanf混用,换行要用endl) ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); namespace Fast_IO{ const int MAXL((1 << 18) + 1);int io 阅读全文
posted @ 2020-11-10 19:09 UCPRER 阅读(1759) 评论(0) 推荐(0) 编辑