Submission #68191
ソースコード
ステータス
項目 |
データ |
問題 |
0459 - セグメントツリー練習 |
ユーザー名 |
ei2119
|
投稿日時 |
2021-08-26 09:24:59 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1247 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In member function ‘long long int segment::queryMin(long long int, long long int, long long int, long long int, long long int)’:
./Main.cpp:30:43: error: expected ‘)’ before ‘;’ token
ll c2=queryMin(a,b,2*i+2,(l+r);/2,r);
~ ^
)
./Main.cpp:30:44: error: expected primary-expression before ‘/’ token
ll c2=queryMin(a,b,2*i+2,(l+r);/2,r);
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:48:11: error: could not convert ‘mei’ from ‘std::__cxx11::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘bool’
while(mei!0"exit"){
^~~
./Main.cpp:48:14: error: expected ‘)’ before ‘!’ token
while(mei!0"exit"){
~ ^
)
./Main.cpp:48:16: error: expected ‘;’ before string constant
while(mei!0"exit"){
^~~~~~
;
セット
テストケース