2018/12/05 PAT刷题 L1-014 简单题 Java

就是输出一个字符串语句, 代码如下:

public class Main {

    public static void main(String[] args) {
        System.out.print("This is a simple problem.");
    }

}

猜你喜欢

转载自www.cnblogs.com/huangZ-H/p/10068890.html