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

質問編集履歴

1

typo修正

2020/10/04 06:12

投稿

moritat-222
moritat-222

スコア19

title CHANGED
File without changes
body CHANGED
@@ -21,7 +21,7 @@
21
21
  int x;
22
22
  int y = 3;
23
23
  if(y > 2){
24
- x = ++Y; //ここで初期化に失敗しコンパイルエラー
24
+ x = ++y; //ここで初期化に失敗しコンパイルエラー
25
25
  y = x + 5;
26
26
  }else{
27
27
  y++;