Submission #28287
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0649 - 区間和(セグ木、BIT練習) |
| ユーザー名 | ei1630 |
| 投稿日時 | 2017-11-02 17:02:07 |
| 言語 | C++11 |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 1549 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:56:6: error: prototype for ‘void Segment_Tree::update(int, int)’ does not match any in class ‘Segment_Tree’
void Segment_Tree::update(int i,int num){
^~~~~~~~~~~~
./Main.cpp:12:8: error: candidate is: void Segment_Tree::update(int, long long int)
void update(int i,long long int num);
^~~~~~
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|