回答編集履歴
1
微修正
test
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
```Java
|
2
2
|
import java.util.*;
|
3
3
|
|
4
|
-
public class
|
4
|
+
public class Main {
|
5
5
|
public static void main(String[] args) {
|
6
6
|
Scanner sc = new Scanner(System.in);
|
7
7
|
int human = sc.nextInt(); //人数
|