题解列表

筛选

自由下落的距离计算

摘要:解题思路:每次返回看成原高度一半的三倍注意事项:最后一次掉落不返回参考代码:#include <iostream>#include <iomanip> using namespace std;int ……

怎么就两组测试数据啊?

摘要:还有哪里能提交吗?????????????????????????????????????????????????????????????????????????……

自定义函数之字符串连接

摘要:解题思路:注意事项:参考代码:#include <stdio.h>void Mystrcat(char str1[],char str2[]){ int n,i,j; for(i=strlen(str……