Submission #00049


ソースコード

ステータス

項目 データ
問題 0005 - セグメントツリー練習
ユーザー名 <span style="color:#000000;font-weight:bold;">ei2031</span>
投稿日時 2021-01-21 18:55:54
言語 C++17
状態 Compile Error
得点 0
ソースコード長 1398 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In constructor ‘segment::segment(int)’:
./Main.cpp:9:13: error: ‘INT_MAX’ was not declared in this scope
 #define inf INT_MAX
             ^~~~~~~
./Main.cpp:23:21: note: in expansion of macro ‘inf’
             nood[i]=inf;
                     ^~~
./Main.cpp:9:13: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
./Main.cpp:6:1:
+#include <climits>

./Main.cpp:9:13:
 #define inf INT_MAX
             ^~~~~~~
./Main.cpp:23:21: note: in expansion of macro ‘inf’
             nood[i]=inf;
                     ^~~
./Main.cpp: In member function ‘int segment::GetMin(int, int, int, int, int)’:
./Main.cpp:9:13: error: ‘INT_MAX’ was not declared in this scope
 #define inf INT_MAX
             ^~~~~~~
./Main.cpp:46:20: note: in expansion of macro ‘inf’
             return(inf);
                    ^~~
./Main.cpp:9:13: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
 #define inf INT_MAX
             ^~~~~~~
./Main.cpp:46:20: note: in expansion of macro ‘inf’
             return(inf);
                    ^~~

セット

セット 得点 Cases

テストケース

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