第一题非常简单,你只需要按照样例输出一样的一句话就好了,注意大小写要一样哦
输出hello nowcoder
没有输出
public class Main {
public static void main(String[] args) {
System.out.println("hello nowcoder");
}
}
输出hello nowcoder
没有输出
public class Main {
public static void main(String[] args) {
System.out.println("hello nowcoder");
}
}
全部评论
相关推荐