質問編集履歴

3

追記

2020/07/08 22:01

投稿

shosinnshadesu
shosinnshadesu

スコア93

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,13 @@
75
75
  });
76
76
 
77
77
  ```
78
+
79
+ 現状では、下のように出力されてしまいます。
80
+
81
+ B
82
+
83
+ B
84
+
85
+ B
86
+
87
+ B

2

追記

2020/07/08 22:01

投稿

shosinnshadesu
shosinnshadesu

スコア93

test CHANGED
File without changes
test CHANGED
@@ -60,11 +60,11 @@
60
60
 
61
61
  if (line2[1]>=60) {
62
62
 
63
- console.log(A);
63
+ console.log('A');
64
64
 
65
65
  } else {
66
66
 
67
- console.log(B);
67
+ console.log('B');
68
68
 
69
69
  }
70
70
 

1

追記

2020/07/08 22:00

投稿

shosinnshadesu
shosinnshadesu

スコア93

test CHANGED
File without changes
test CHANGED
@@ -58,13 +58,13 @@
58
58
 
59
59
  for (o = 0; o<line[1]; o++) {
60
60
 
61
- if (line2[1]>=128) {
61
+ if (line2[1]>=60) {
62
62
 
63
- console.log(1);
63
+ console.log(A);
64
64
 
65
65
  } else {
66
66
 
67
- console.log(0);
67
+ console.log(B);
68
68
 
69
69
  }
70
70