题解列表

筛选

1442-打印十字图

摘要:```cpp #include using namespace std; char a[136][136]; //数组大小5+4*n(0……

自由下落的距离计算

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int N,i,j;    float s,h,M,s1;    scanf("%f %d",&M,&N)……