質問編集履歴

1

追加したコードが誤ってました。

2017/12/30 02:41

投稿

north_redwings
north_redwings

スコア32

test CHANGED
File without changes
test CHANGED
@@ -122,7 +122,7 @@
122
122
 
123
123
  コード
124
124
 
125
- printf("\n *(score + %d)= %p\t\n\n",i, *(score + i) );
125
+ printf("\n *(score + %d)= %d\t\n\n",i, *(score + i) );
126
126
 
127
127
  ```
128
128