摘要: public static void main(String[] args) { int num1 = 10_0000_0000; int rate = 20; long total = num1 * rate; System.out.println(total);// 输出为-1474836480 阅读全文
posted @ 2021-02-28 21:01 做给谁听 阅读(61) 评论(0) 推荐(0)
摘要: 标题 # + 标题名称 二级标题 ## + 标题名称 三级标题 ### + 标题名称 其余以此类推 字体 加粗 HelloWordl! **HelloWorld!** 斜体 HelloWorld! *HelloWorld!* 斜体加加粗 HelloWorld! ***HelloWorld!*** 删 阅读全文
posted @ 2021-02-28 14:32 做给谁听 阅读(56) 评论(0) 推荐(0)