質問編集履歴

1

自分のソースコードを書いた

2021/10/13 12:03

投稿

nononono1
nononono1

スコア4

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,79 @@
31
31
  ・for ループを利用した合計の計算
32
32
 
33
33
  という構成でプログラムを行うこと.
34
+
35
+
36
+
37
+
38
+
39
+ 入力ファイル
40
+
41
+ 1
42
+
43
+ 2
44
+
45
+ 3
46
+
47
+ 2
48
+
49
+ 1
50
+
51
+ -10
52
+
53
+ -20
54
+
55
+ -30
56
+
57
+ -40
58
+
59
+ -50
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+ 自分の考えたソースコード(未完成)
68
+
69
+ #include<stdio.h>
70
+
71
+
72
+
73
+ void keisan();
74
+
75
+
76
+
77
+ int main()
78
+
79
+ {
80
+
81
+ int x{10},y;
82
+
83
+ FILE *fout;
84
+
85
+
86
+
87
+ if(( fout=fopen("input3.txt","r"))==NULL){
88
+
89
+ printf("cannot open the input file\n");
90
+
91
+ return 1;
92
+
93
+ }
94
+
95
+
96
+
97
+ void keisan();
98
+
99
+ {
100
+
101
+ for(int i=0; i<10; i++){
102
+
103
+ if(a[i]<0)
104
+
105
+ a[i]=0;
106
+
107
+ else
108
+
109
+ y=y+a[i];