摘要: package com.company; public class Data02 { public static void main(String[] args) { System.out.println(1024);//这是一个整数,默认就是Int类型 System.out.println(3.4 阅读全文
posted @ 2022-03-10 23:12 NiceTwocu 阅读(17) 评论(0) 推荐(0) 编辑
摘要: package com.company; public class Main {//定义一个类 public static void main(String[] args) {//定义一个主函数 // write your code here System.out.println("Hello ba 阅读全文
posted @ 2022-03-10 22:14 NiceTwocu 阅读(20) 评论(0) 推荐(0) 编辑