L1-105 珍惜生命 - java
L1-105 珍惜生命
语言 | 时间限制 | 内存限制 | 代码长度限制 | 栈限制 |
---|---|---|---|---|
All | 400 ms | 64 MB | 16KB | 8192 KB |
题目描述:
前辈工程师 Martin Golding 教育我们说:“Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.”(写代码的时候,总是要把维护你代码的那个家伙想象成一个有暴力倾向的精神病,他还知道你住哪儿)。本题就请你直接在屏幕上输出这句话。
输入格式:
本题没有输入。
输出格式:
在一行中输出 Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
。
输入样例:
无
输出样例:
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
输出指定字符串
emmmmmmm
输出即可
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);
}
如果有说错的 或者 不懂的 尽管提 嘻嘻
一起进步!!!
闪现