回答編集履歴

1

fix code

2020/10/08 08:37

投稿

yohhoy
yohhoy

スコア6191

test CHANGED
@@ -12,9 +12,9 @@
12
12
 
13
13
  std::vector<char> result(
14
14
 
15
- std::istreambuf_iterator<char>(ifs),
15
+ std::istreambuf_iterator<char>{ifs},
16
16
 
17
- std::istreambuf_iterator<char>()
17
+ std::istreambuf_iterator<char>{}
18
18
 
19
19
  );
20
20