Submission #61251
ソースコード
ステータス
項目 |
データ |
問題 |
1360 - 同族嫌悪 |
ユーザー名 |
immunity
|
投稿日時 |
2020-07-26 20:33:27 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
239 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:10: error: ‘class std::vector<std::set<int> >’ has no member named ‘find’; did you mean ‘end’?
if(x.find(a) == x.end()) cout<<a<<'\n';
^~~~
end
./Main.cpp:11:7: error: ‘class std::vector<std::set<int> >’ has no member named ‘pusu_back’; did you mean ‘push_back’?
x.pusu_back(a);
^~~~~~~~~
push_back
セット
テストケース