質問編集履歴

2

コードの挿入を追加

2020/03/10 04:39

投稿

syosinsya9999
syosinsya9999

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ ```ここに言語を入力
2
+
1
3
  #include<iostream>
2
4
 
3
5
  using namespace std;
@@ -45,3 +47,5 @@
45
47
  という所の仕組みが理解できません、
46
48
 
47
49
  ご教示お願いします。
50
+
51
+ ```

1

プログラムの付け足し

2020/03/10 04:38

投稿

syosinsya9999
syosinsya9999

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  #include<iostream>
2
2
 
3
-
3
+ using namespace std;
4
4
 
5
5
  int main(void){
6
6