Submission #62177
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0649 - 区間和(セグ木、BIT練習) |
| ユーザー名 | ei1929 |
| 投稿日時 | 2020-08-14 11:10:54 |
| 言語 | C++ |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 3405 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp:10:18: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
lol monoid = 0; // モノイド ※型と値
^
./Main.cpp:11:17: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
lol start = 0; // 初期値 ※型と値
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:98:13: error: ‘nullptr’ was not declared in this scope
cin.tie(nullptr);
^~~~~~~
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|