Submission #00139


ソースコード

ステータス

項目 データ
問題 0003 - 区間和(セグ木、BIT練習)
ユーザー名 ei1918
投稿日時 2021-08-26 10:20:38
言語 C++17
状態 Compile Error
得点 0
ソースコード長 4215 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:124:3: error: ‘ex’ was not declared in this scope
   ex=0;
   ^~
./Main.cpp:124:3: note: suggested alternative: ‘dx’
   ex=0;
   ^~
   dx
./Main.cpp:131:14: error: ‘struct SegTree<long long int>’ has no member named ‘add’
       sumseg.add(a,b);
              ^~~
./Main.cpp:134:20: error: ‘struct SegTree<long long int>’ has no member named ‘sum’
       cout<<sumseg.sum(b)-sumseg.sum(a-1)<<'\n';
                    ^~~
./Main.cpp:134:34: error: ‘struct SegTree<long long int>’ has no member named ‘sum’
       cout<<sumseg.sum(b)-sumseg.sum(a-1)<<'\n';
                                  ^~~

セット

セット 得点 Cases

テストケース

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