Submission #44899
ソースコード
ステータス
項目 |
データ |
問題 |
0459 - セグメントツリー練習 |
ユーザー名 |
ei1719
|
投稿日時 |
2018-11-14 17:53:58 |
言語 |
C++14 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
2536 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:68:1: error: ‘bash’ does not name a type; did you mean ‘tanh’?
bash-4.3(luke):~/algorithm
^~~~
tanh
./Main.cpp:69:13: error: ‘$’ does not name a type
525:{ei1719}$ g++ segTree.cpp
^
./Main.cpp:71:13: error: ‘$’ does not name a type
526:{ei1719}$ cat segTree.cpp
^
./Main.cpp:75:20: error: redefinition of ‘int segTree [1000000]’
int segTree[1000000]; //セグメント木
^
./Main.cpp:4:5: note: ‘int segTree [1000000]’ previously declared here
int segTree[1000000]; //セグメント木
^~~~~~~
./Main.cpp:76:5: error: redefinition of ‘int segSize’
int segSize;
^~~~~~~
./Main.cpp:5:5: note: ‘int segSize’ previously declared here
int segSize;
^~~~~~~
./Main.cpp:78:6: error: redefinition of ‘void init(int)’
void init(int n){
^~~~
./Main.cpp:7:6: note: ‘void init(int)’ previously defined here
void init(int n){
^~~~
./Main.cpp:93:6: error: redefinition of ‘void update(int, int)’
void update(int i, int val){
^~~~~~
./Main.cpp:22:6: note: ‘void update(int, int)’ previously defined here
void update(int i, int val){
^~~~~~
./Main.cpp:105:5: error: redefinition of ‘int getmin(int, int, int, int, int)’
int getmin(int a, int b, int k = 0, int l = 0, int r = segSize){
^~~~~~
./Main.cpp:34:5: note: ‘int getmin(int, int, int, int, int)’ previously defined here
int getmin(int a, int b, int k = 0, int l = 0, int r = segSize){
^~~~~~
./Main.cpp:115:5: error: redefinition of ‘int main()’
int main(){
^~~~
./Main.cpp:44:5: note: ‘int main()’ previously defined here
int main(){
^~~~
セット
テストケース