質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
char
|
3
|
+
char str1[5];
|
4
4
|
に入っている数字の文字列を
|
5
|
-
int
|
5
|
+
int str2[5];
|
6
6
|
の配列に代入したいです
|
7
7
|
|
8
8
|
### 発生している問題・エラーメッセージ
|