Submission #68217
ソースコード
ステータス
項目 |
データ |
問題 |
0649 - 区間和(セグ木、BIT練習) |
ユーザー名 |
R2120
|
投稿日時 |
2021-08-26 12:09:42 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1307 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In member function ‘long long int Segtree::get(long long int, long long int, long long int, long long int, long long int)’:
./Main.cpp:3:12: error: expected primary-expression before ‘long’
#define ll long long
^~~~
./Main.cpp:40:22: note: in expansion of macro ‘ll’
ll get(a,ll,b);
^~
./Main.cpp:40:26: error: expression list treated as compound expression in initializer [-fpermissive]
ll get(a,ll,b);
^
セット
テストケース