/*
谦逊的程序员
*/
import java.io.*;
public class Solution {
public static void main(String[] args) throws Exception {
//write your code here
BufferedReader reader =new BufferedReader(new InputStreamReader(System.in));
String name = reader.readLine();
System.out.println(name+"的年薪为 120000 美元。哈哈哈!");
}
}
无相孤君
第 4 级
[答案]谦逊的程序员
正在讨论
评论 (1)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
Guadalupe Gagnon
24 十二月 2019, 18:07
cant help unless you share solution
0