用指针数组和字符串解决

摘要:解题思路:声明一个指针数组和字符串,然后更改指针方向后输出指针数组注意事项:参考代码:#include <stdio.h>typedef struct bo { ……

题解 2836: 数组逆序重放

摘要:解题思路:注意事项:参考代码:#include <iostream>#include<algorithm>#include <string>#include &lt……

超级楼梯(递推)

摘要:解题思路:递推注意事项:参考代码:#include<iostream>usingnamespacestd;constintN&nbs……