摘要: #include<stdlib.h> #include<string.h> #include<math.h> int main() { char str[100]; gets(str + 1); str[0] = ' '; for (int i = strlen(str); i >= 0; i--) 阅读全文
posted @ 2020-07-17 23:26 zestwooki 阅读(117) 评论(0) 推荐(0)
摘要: `咸鱼博客 划水废物 友链信息 博客名称:zestwooki博客网址:https://www.cnblogs.com/wookizest/ join us 欢迎讨论错误不足 字段字义 ` 阅读全文
posted @ 2020-07-11 12:01 zestwooki 阅读(70) 评论(0) 推荐(0)
摘要: 有的时候没有什么毅力,也很浮躁,写题也写不出所以然 记录一些自己想出来的 1 #include <math.h> 2 #include <stdio.h> 3 int main() 4 { 5 int n; 6 char c; 7 scanf("%d %c", &n, &c); 8 int bott 阅读全文
posted @ 2020-07-10 22:53 zestwooki 阅读(112) 评论(0) 推荐(0)