07 2017 档案
摘要:Given the value of a+b and ab you will have to find the value of a n + b n Input The input file contains several lines of inputs. Each line except the
阅读全文
摘要:#include #include #include #include #include #include #include #include #include #include #include #include using namespace std; typedef long long LL; typedef unsigned long long ULL; #define MAXN 4...
阅读全文
摘要:Let’s define another number sequence, given by the following function: f(0) = a f(1) = b f(n) = f(n − 1) + f(n − 2), n > 1 When a = 0 and b = 1, this
阅读全文
摘要:Alice is given a list of integers by Bob and is asked to generate a new list where each element in the new list is the sum of some other integers in t
阅读全文
摘要:One day, Alice and Bob felt bored again, Bob knows Alice is a girl who loves math and is just learning something about matrix, so he decided to make a
阅读全文
摘要:https://github.com/joeyleeeeeee97 目录: 第二章 空间适配器 第三章 迭代器 第四章 序列式容器(vector,list,deque,stack,heap,priority_queue,slist) 第五章 关联式容器(树的算法 + RB_tree ,set,map
阅读全文
摘要:Read the program below carefully then answer the question. #pragma comment(linker, "/STACK:1024000000,1024000000") #include <cstdio> #include<iostream
阅读全文
摘要:In our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 ... in the same meaning. And here is the quest
阅读全文
摘要:A - Jzzhu and Sequences Jzzhu has invented a kind of sequences, they meet the following property: You are given x and y, please calculate fn modulo 10
阅读全文