会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zestwooki
博客园
首页
新随笔
联系
订阅
管理
2020年7月17日
PATB1009
摘要: #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)
2020年7月11日
试试修改样式
摘要: `咸鱼博客 划水废物 友链信息 博客名称:zestwooki博客网址:https://www.cnblogs.com/wookizest/ join us 欢迎讨论错误不足 字段字义 `
阅读全文
posted @ 2020-07-11 12:01 zestwooki
阅读(70)
评论(0)
推荐(0)
2020年7月10日
PAT-B1027
摘要: 有的时候没有什么毅力,也很浮躁,写题也写不出所以然 记录一些自己想出来的 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)
公告