博客文章已经全部从老博客迁移过来了。之前的阿里云服务器也不准备继续续费了,就用cloud studio也很舒服,速度还比之前的快,不知道是阿里云的问题还是...
博客文章已经全部从老博客迁移过来了。之前的阿里云服务器也不准备继续续费了,就用cloud studio也很舒服,速度还比之前的快,不知道是阿里云的问题还是...
代码如下,就是一个入栈出栈的过程,熟悉下递归操作。栈的先入后出特性。实现的是10转8和2进制#include <stdio.h> void e...
如以下代码:#include <stdio.h> int main() { char *s[] = { "aaa",&...
题目如下:代码如下:#include <stdio.h> #include <stdlib.h> #include <str...
#include <stdio.h> #include <stdlib.h> #include <string.h> ...