题解列表

筛选

班级人数(模拟)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ d……

生日日数(模拟)

摘要:解题思路:模拟注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;boolisleap(int……

盐水的故事(模拟)

摘要:解题思路:模拟注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){……

矩阵转置(模拟)

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN&……

3311:排队(Java语言)

摘要:解题思路:用BufferedReader读取比Scanner节省时间和内存注意事项:题目描述:没有比x更高的同学,其实应该是比x低参考代码:importjava.io.BufferedRe……

干就完了,bro

摘要:解题思路:注意事项:参考代码:#include <iostream>#include <deque>using namespace std;deque<char> ……

干就完了,bro

摘要:解题思路:注意事项:参考代码:#include <iostream>#include <vector>#include <algorithm>using names……