質問編集履歴

3

文の変更

2020/09/15 02:36

投稿

txty
txty

スコア298

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,9 @@
18
18
 
19
19
 
20
20
 
21
- FILE* fb=fopen(PATH,"r");
21
+ FILE* fb=fopen(PATH,"rb"); //間違えてないか自身で判断ください。責任は負
22
+
23
+ //いかねます
22
24
 
23
25
 
24
26
 

2

文の改善

2020/09/15 02:36

投稿

txty
txty

スコア298

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,9 @@
60
60
 
61
61
 
62
62
 
63
- for(unsigned int i=0;i< (filesize-54) ;++i)
63
+ for(unsigned int i=0;i< (filesize-54) ;++i) //間違えてないか自身で判断ください。責任は負
64
+
65
+ //いかねます
64
66
 
65
67
 
66
68
 

1

文の改善

2020/07/22 23:14

投稿

txty
txty

スコア298

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
 
62
62
 
63
- for(unsigned int i=0;i< (filesize-54)+1 ;++i)
63
+ for(unsigned int i=0;i< (filesize-54) ;++i)
64
64
 
65
65
 
66
66