会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
牧cowboy
博客园
首页
新随笔
联系
订阅
管理
2022年4月11日
java-回文问题
摘要: import java.util.Scanner; public class Number { public static void main(String args[]) { int number,d5,d4,d3,d2,d1; Scanner reader = new Scanner(Syste
阅读全文
posted @ 2022-04-11 01:35 牧cowboy
阅读(81)
评论(0)
推荐(0)
2021年11月15日
ElemType
摘要: 1、element type("元素的类型")的简化体 2、规定默认为int型 3、一种结构元素的类型不一定是整形,字符型,浮点型或者用户自定义型,使用过程中用“ElemType”代表所有可能的数据 4、更改默认数据类型 #include <stdio.h> #included <malloc.h>
阅读全文
posted @ 2021-11-15 22:48 牧cowboy
阅读(735)
评论(0)
推荐(0)
公告