回答編集履歴
2
加筆
    
        answer	
    CHANGED
    
    | @@ -1,2 +1,4 @@ | |
| 1 1 | 
             
            - 9行目に全角空白あり。
         | 
| 2 | 
            -
            - malloc/free 使うなら #include <stdlib.h>
         | 
| 2 | 
            +
            - malloc/free 使うなら #include <stdlib.h>
         | 
| 3 | 
            +
            - int A (int argc, char *argv[]); 不要
         | 
| 4 | 
            +
            - free() 直後の } 不要
         | 
1
加筆
    
        answer	
    CHANGED
    
    | @@ -1,1 +1,2 @@ | |
| 1 | 
            -
            9行目に全角空白あり。
         | 
| 1 | 
            +
            - 9行目に全角空白あり。
         | 
| 2 | 
            +
            - malloc/free 使うなら #include <stdlib.h>
         | 
