landf31
landf31
全部文章
题解
归档
标签
去牛客网
登录
/
注册
landf31的博客
全部文章
/ 题解
(共1篇)
题解 | #字符串排序#
next()后面一定不要用nextLine,否则输入必存在问题 解决办法:1.该nextLine()为next() 2.在next()后再加一个nextLine() import java.util.*; public class Main{ public static void main(...
Java
next()
nextLine()
2022-03-25
0
342