teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

#includeの値ミス

2020/09/28 09:53

投稿

hatena00
hatena00

スコア0

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