就是输出一个字符串语句, 代码如下:
public class Main { public static void main(String[] args) { System.out.print("This is a simple problem."); } }