题目解析
输出指定字符串
解题思路
输出即可
代码
import java.io.*;
import java.math.*;
import java.util.*;
public class Main
{
public static void main(String[] args)
{
out.println("Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.");
out.flush();
out.close();
}
static Scanner sc = new Scanner(System.in);
static PrintWriter out = new PrintWriter(System.out);
}