送分第一题咋回事呢

public class Main {
    public static void main(String[] args) throws java.io.UnsupportedEncodingException {
        PrintStream ps = new PrintStream(System.out, true, "UTF-8");
        Scanner in = new Scanner(System.in, "UTF-8");

        ps.println("我在此声明:");
        ps.println("我已经看完1-5周所有视频。");
        ps.println("我已经把视频中看不懂的地方记录下来,在讨论板上提出。");
        ps.println("我已经把视频中的例子自己写了一遍。");
        ps.println("我已经把视频中的关键点做了笔记。");
        ps.println("我已经做好了挑战在线编程题目的准备");
        ps.println("放马过来吧!");
        
    }
}

2 条评论

  • 1