题解 | #牛牛学说话之-整数#
牛牛学说话之-整数
https://www.nowcoder.com/practice/df9ee533ef9544bfa382203c812d9b55
import java.util.Scanner;
// 注意类名必须为 Main, 不要有任何 package xxx 信息
public class Main {
public static void main(String[] args) {
Scanner scanner =new Scanner(System.in);
int n=scanner.nextInt();
System.out.println(n);
}
}
顺丰集团工作强度 403人发布