質問編集履歴

1

打ち間違えていたので修正

2020/07/18 14:39

投稿

Tai4
Tai4

スコア49

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  print "#{n},"
34
34
 
35
- elsif if not n % 2 == 0
35
+ elsif not n % 2 == 0
36
36
 
37
37
  n = 3 * n + 1
38
38