質問編集履歴

3

文法の修正

2020/08/06 08:55

投稿

2718eee
2718eee

スコア2

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Mathmatics   80 70 75
12
12
 
13
- Sumation  170 110 70」
13
+ Sumation  170 110 70 
14
14
 
15
15
  ### 発生している問題・エラーメッセージ
16
16
 

2

誤字

2020/08/06 08:55

投稿

2718eee
2718eee

スコア2

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,7 @@
80
80
 
81
81
  int main(void){
82
82
 
83
- FILE*file=fopen("seiseki.text","r");
83
+ FILE*file=fopen("text","r");
84
84
 
85
85
  int j,m,Japanese,Mathmatics,ja=0,ji=100,ma=0,mi=100,c,d,e,f,g;
86
86
 

1

書式の改善

2020/08/06 08:49

投稿

2718eee
2718eee

スコア2

test CHANGED
File without changes
test CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
  具体的な出力結果は
6
6
 
7
-          Max    Min Ave
7
+        Max   Min Ave
8
8
 
9
- Japanese 90 40 65
9
+ Japanese   90 40   65
10
10
 
11
- Mathmatics 80 70 75
11
+ Mathmatics   80 70 75
12
12
 
13
- Sumation 170 110 70
13
+ Sumation  170 110 70
14
14
 
15
15
  ### 発生している問題・エラーメッセージ
16
16