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

質問編集履歴

1

抜粋のため引数が抜けていたのを訂正

2020/02/06 10:37

投稿

doraemon1106
doraemon1106

スコア18

title CHANGED
File without changes
body CHANGED
@@ -3,6 +3,8 @@
3
3
  ```
4
4
  #include<stdio.h>
5
5
 
6
+ int jigen=6;
7
+
6
8
  struct data
7
9
  {
8
10
  double x[256];
@@ -13,7 +15,7 @@
13
15
 
14
16
  int main(int argc, char* argv[])
15
17
  {
16
- int i,j,k;
18
+ int i,j,k,w1,w2;
17
19
  FILE* fp1, * fp2
18
20
 
19
21
  //ファイルからデータの座標値とクラス値を入力