質問編集履歴

1

#includeの値ミス

2020/09/28 09:53

投稿

hatena00
hatena00

スコア0

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,18 @@
1
- ####AtCoderのEX2-2つ目の値でソートにてtie()が用いられていた。
1
+ ####AtCoderのEX22 - 2つ目の値でソートにてtie()が用いられていた。
2
2
 
3
3
  これをvscxodeにてコンパイルをすると以下のようなエラーが起きてしまうので原因を教えて欲しいです。
4
4
 
5
5
  ```
6
6
 
7
- #include <bits/stdc++.h>
7
+ #include <iostream>
8
+
9
+ #include <algorithm>
10
+
11
+ #include <string>
12
+
13
+ #include <vector>
14
+
15
+ #include <tuple>
8
16
 
9
17
  using namespace std;
10
18