質問編集履歴

2

73行目に余計な変数が有ったので消しました sortDesc\(len, pt\);

2016/10/22 05:57

投稿

dec5798
dec5798

スコア74

test CHANGED
File without changes
test CHANGED
@@ -166,7 +166,7 @@
166
166
 
167
167
  printf("\n国語の点数の高い順に並び替えます\n\n");
168
168
 
169
- sortDesc(len, pt, tmp);
169
+ sortDesc(len, pt);
170
170
 
171
171
 
172
172
 

1

```cの記載

2016/10/22 05:57

投稿

dec5798
dec5798

スコア74

test CHANGED
File without changes
test CHANGED
@@ -20,6 +20,8 @@
20
20
 
21
21
  --------------------------------------------------------
22
22
 
23
+ ```c
24
+
23
25
  /*
24
26
 
25
27
  *c言語課題問題文
@@ -178,7 +180,7 @@
178
180
 
179
181
  }
180
182
 
181
-
183
+ ```c ```
182
184
 
183
185
  ----------------------------------------------------------
184
186