Submission #00141
ソースコード
ステータス
項目 |
データ |
問題 |
0011 - コプライムソート |
ユーザー名 |
社会主義共和国連邦
|
投稿日時 |
2020-09-02 17:22:09 |
言語 |
C++14 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
2226 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:79:22: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
if(!uf.same[i](i, p.second)) f = false;
^
./Main.cpp:79:29: error: ‘class std::vector<std::pair<int, int> >’ has no member named ‘second’; did you mean ‘end’?
if(!uf.same[i](i, p.second)) f = false;
^~~~~~
end
セット
テストケース