Submission #00176


ソースコード

ステータス

項目 データ
問題 0004 - ghoststudents2
ユーザー名 yosupo06
投稿日時 2017-07-07 21:38:25
言語 C++17
状態 Compile Error
得点 0
ソースコード長 2233 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:17:11: エラー: ‘bitset’ does not name a type; did you mean ‘fd_set’?
 using B = bitset<MN>;
           ^~~~~~
           fd_set
./Main.cpp:23:5: エラー: ‘B’ does not name a type
     B d;
     ^
./Main.cpp:36:5: エラー: ‘B’ does not name a type
     B get(int a, int b) {
     ^
./Main.cpp: メンバ関数 ‘void Node::set(int, int)’ 内:
./Main.cpp:26:13: エラー: ‘d’ was not declared in this scope
             d[x] = true;
             ^
./Main.cpp:34:9: エラー: ‘d’ was not declared in this scope
         d = l->d | r->d;
         ^
./Main.cpp:34:16: エラー: ‘struct Node’ has no member named ‘d’
         d = l->d | r->d;
                ^
./Main.cpp:34:23: エラー: ‘struct Node’ has no member named ‘d’
         d = l->d | r->d;
                       ^
./Main.cpp: コンストラクタ ‘Node::Node(int)’ 内:
./Main.cpp:42:9: エラー: ‘d’ was not declared in this scope
         d.reset();
         ^
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:89:25: エラー: ‘struct Node’ has no member named ‘get’; did you mean ‘set’?
             cout << tr->get(a[i], b[i]).count() << endl;
                         ^~~
                         set

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #