質問編集履歴

1

関数名を修正した

2022/04/02 12:21

投稿

hanamur
hanamur

スコア45

test CHANGED
File without changes
test CHANGED
@@ -19,7 +19,7 @@
19
19
  #include <stdlib.h>
20
20
  #include"C.h"
21
21
 
22
- int mininmum(int a) {
22
+ int minimum(int a) {
23
23
  a++;
24
24
  return a;
25
25
  }