2020年7月4日

摘要: 先将字符串补成8的倍数,然后再分割字符串,打印输出 import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); //我也不知 阅读全文
posted @ 2020-07-04 21:19 HannaGeng 阅读(213) 评论(0) 推荐(0)
 
摘要: import java.util.*; public class Main{ public static void main(String args[]){ Scanner sc = new Scanner(System.in); while(sc.hasNext()){ //输入的是一行数,用空格 阅读全文
posted @ 2020-07-04 17:16 HannaGeng 阅读(209) 评论(0) 推荐(0)