摘要:
基础语法 堆,栈,常量池,内容存放的位置等 DOS命令 一些小函数 getClass() 查看运行类型 StringBuffer 类似vector的不定长度的String length() 实际长度 capacity() 理论容量 String a; String[] res = a.split(" 阅读全文
摘要:
将点权为1的插入对尾,为0的插入队头 拖拉机 #include<iostream> #include<algorithm> #include<cstring> #include<deque> using namespace std; const int N = 2010; typedef pair< 阅读全文