回答編集履歴

1

ソースを修正

2020/02/14 10:05

投稿

izmktr
izmktr

スコア2856

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  int x = 0;
16
16
 
17
- if (Mouse::Wheel() < 0 )x++;
17
+ if (Mouse::Wheel() < 0 )x--;
18
18
 
19
19
  if (0 < Mouse::Wheel())x++;
20
20