teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コメントの修正

2020/04/30 02:25

投稿

raizun
raizun

スコア15

title CHANGED
File without changes
body CHANGED
@@ -15,6 +15,6 @@
15
15
 
16
16
  ```sub
17
17
  void test() {
18
- testint = 8; // ここで、exception (28)エラーが発生
18
+ testint = 8; // ここで、mainのtestintの内容を変えたいが、exception (28)エラーが発生する
19
19
  }
20
20
  ```