摘要:
方法一:自力更生#include using namespace std;int main(){ unsigned int a = 0; int MAX_int = (~a)/2; cout/ 中定义了宏:INT_MAX和INT_MIN可以拿来直接用#include... 阅读全文
摘要:
Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and ... 阅读全文
摘要:
Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 #include #include using namespace std... 阅读全文
摘要:
时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 262144K,其他语言524288KSpecial Judge, 64bit IO Format: %lld题目描述Eddy likes to play cards game since there ar... 阅读全文
摘要:
2008年OI集训论文上有介绍,其主要是结合了链表和数组各自的优点,链表中的节点指向每个数据块,即数组,并且记录数据的个数,然后分块查找和插入。头文件:#include 命名空间:using namespace __gnu_cxx基本操作:rope test;test... 阅读全文