题解列表

筛选

1106: 奖学金 ——sort

摘要:解题思路:注意事项:sort() 函数用于对容器中的元素进行排序,而排序的规则则由一个比较函数来定义。这个比较函数通常会传入两个元素(在我们的例子中是学生对象),并返回一个布尔值定义了一个 compa……

代码如下:

摘要:解题思路: 太简单了注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main() { string s; int……

加工生产调度

摘要: //这类生产加工题型记住了 #include using namespace std; const int N=10001; struct node{……

线段(贪心)

摘要: #include using namespace std; const int N=1e6+10; struct node{ int……

小白,看看就行,不动脑袋

摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){    string s, s2;   ……

[STL训练]百步穿杨........

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义结构体aaa,包含两个整数成员c和k struct aaa{ ……