题解列表

筛选

余数相同问题

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int a,b,c;    cin>>a>>b>>c……

百钱白鸡问题

摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){    cout <<"cock=0,hen=25,chicken=7……

2077: 忙碌的小L(并查集)

摘要:此题会出现以下两种情况第一种: 如样例5 2 4 3 0 4 5 0 0 0 1 0这种情况只用教一个人(教1||2||5)就可以使是所有人都学会第二种情况5 3 0 4 0 5 0 ……

感谢支持,谢谢你们的支持

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    for(int i=0;i<=20;i++)    ……

百钱白鸡问题

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    for(int i=0;i<=20;i++)    ……

yyyyyyyyyyyyyyyyy

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int a,b,c;    for(int i=10……

感谢支持,谢谢你们的支持

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    int a,b,c;    for(int i=10……

计算算算算

摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cmath>using namespace std;int main() {int n;cin >> n;dou……