题解列表

筛选

You are my brother (C++代码)

摘要:解题思路:        参考代码:#include<bits/stdc++.h> using namespace std; int tree[2021], num; void init()……

数学的图表 (C++代码)

摘要:解题思路:        等差数列。参考代码:#include<bits/stdc++.h> using namespace std; int getline(int num) { int……

王牌花色 (C++代码)

摘要:解题思路:        不是最好的写法。参考代码:#include<bits/stdc++.h> #define Inf 0x3F3F3F3F using namespace std; c……