回答編集履歴

2

インデントの修正

2021/07/20 04:09

投稿

kazuma-s
kazuma-s

スコア8224

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  static int i = 2;
24
24
 
25
- const int n = 100;
25
+ const int n = 100;
26
26
 
27
27
  int k, a;
28
28
 

1

コードの改善

2021/07/20 04:09

投稿

kazuma-s
kazuma-s

スコア8224

test CHANGED
@@ -20,7 +20,9 @@
20
20
 
21
21
  {
22
22
 
23
- static int i = 2, n = 100;
23
+ static int i = 2;
24
+
25
+ const int n = 100;
24
26
 
25
27
  int k, a;
26
28