题解列表

筛选

鸡兔同笼c++

摘要:方法1#include <iostream>using namespace std;int main() { int a, b, x, y; cin >> x >>……

机房 LCA 和 前缀和

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

浮点专题c++

摘要:#include#includeusing namespace std;int main(){ double a; cin>>a; cout……