题解列表

筛选

鸡兔同笼c++

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