質問編集履歴

2

書式の改善

2019/04/29 05:32

投稿

revoiot
revoiot

スコア188

test CHANGED
File without changes
test CHANGED
@@ -1,8 +1,12 @@
1
+ ```エラー
2
+
1
3
  Exception in thread "main" java.util.NoSuchElementException: No line found
2
4
 
3
5
  at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
4
6
 
5
7
  at Main.main(Main.java:12)
8
+
9
+ ```
6
10
 
7
11
 
8
12
 

1

入力例 出力例追加

2019/04/29 05:32

投稿

revoiot
revoiot

スコア188

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,28 @@
3
3
  at java.base/java.util.Scanner.nextLine(Scanner.java:1651)
4
4
 
5
5
  at Main.main(Main.java:12)
6
+
7
+
8
+
9
+ 入力例1
10
+
11
+ 3
12
+
13
+ 28
14
+
15
+ 16
16
+
17
+ 777
18
+
19
+
20
+
21
+ 出力例1
22
+
23
+ perfect
24
+
25
+ nearly
26
+
27
+ neither
6
28
 
7
29
 
8
30