質問編集履歴

1

誤字

2020/01/11 08:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  `using namespace std`をしているためなのかと思い、それを外してみるとやはり使えなくなります。
6
6
 
7
- `cout`はそれぞれ`#include <iostream>`なしではエラーが出ます。
7
+ `cout`は`#include <iostream>`なしではエラーが出ます。
8
8
 
9
9
 
10
10