質問編集履歴

3

*

2015/06/29 03:54

投稿

4nonome
4nonome

スコア7

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  ```lang-java
60
60
 
61
- public class Kakunin25Q1 {
61
+ public class queue_execution {
62
62
 
63
63
 
64
64
 

2

初心者アイコンつけ忘れてました

2015/06/29 03:53

投稿

4nonome
4nonome

スコア7

test CHANGED
File without changes
test CHANGED
File without changes

1

要素名を間違えていたので修正

2015/06/29 03:51

投稿

4nonome
4nonome

スコア7

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- list.addLast(element); の際に、
99
+ list.addLast(en_element); の際に、
100
100
 
101
101
  「型 LinkedList<E> のメソッド addLast(E) は引数 (int) に適用できません」とエラーが出ます。
102
102