Submission #00005


ソースコード

ステータス

項目 データ
問題 0003 - セグメントツリー技術基礎
ユーザー名 ei2005
投稿日時 2021-01-21 17:13:29
言語 C++14
状態 Compile Error
得点 0
ソースコード長 2270 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:62:42: error: stray ‘\345’ in program
             else if(i==2) return vmax[k];変更
                                          ^
./Main.cpp:62:43: error: stray ‘\244’ in program
             else if(i==2) return vmax[k];変更
                                           ^
./Main.cpp:62:44: error: stray ‘\211’ in program
             else if(i==2) return vmax[k];変更
                                            ^
./Main.cpp:62:45: error: stray ‘\346’ in program
             else if(i==2) return vmax[k];変更
                                             ^
./Main.cpp:62:46: error: stray ‘\233’ in program
             else if(i==2) return vmax[k];変更
                                              ^
./Main.cpp:62:47: error: stray ‘\264’ in program
             else if(i==2) return vmax[k];変更
                                               ^
./Main.cpp: In member function ‘long long int Segment::get(int, int, int, int, int, int)’:
./Main.cpp:63:25: error: ‘c1’ was not declared in this scope
             else return c1+c2;
                         ^~
./Main.cpp:63:25: note: suggested alternative: ‘y1’
             else return c1+c2;
                         ^~
                         y1
./Main.cpp:63:28: error: ‘c2’ was not declared in this scope
             else return c1+c2;
                            ^~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #