摘要: 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)
摘要: 1、element type("元素的类型")的简化体 2、规定默认为int型 3、一种结构元素的类型不一定是整形,字符型,浮点型或者用户自定义型,使用过程中用“ElemType”代表所有可能的数据 4、更改默认数据类型 #include <stdio.h> #included <malloc.h> 阅读全文
posted @ 2021-11-15 22:48 牧cowboy 阅读(735) 评论(0) 推荐(0)