题解列表

筛选

DNA (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;/* run this program using the console pauser o……

蛇行矩阵 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std; int main() { int num; int a[102]; cin>>num;  ……

C语言训练-百钱百鸡问题 (Java代码)

摘要:解题思路:    思路如题意,很容易理解。鸡母的数量可根据鸡翁的数量得出最大值, 鸡雏则根据鸡翁和鸡母的数目得出.注意事项:参考代码:public class C1141 { public sta……