teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2017/12/30 02:41

投稿

north_redwings
north_redwings

スコア32

title CHANGED
File without changes
body CHANGED
@@ -60,7 +60,7 @@
60
60
  そこで
61
61
  ```C
62
62
  コード
63
- printf("\n *(score + %d)= %p\t\n\n",i, *(score + i) );
63
+ printf("\n *(score + %d)= %d\t\n\n",i, *(score + i) );
64
64
  ```
65
65
  を付け加えたところ、
66
66
  ```C