Submission #68178


ソースコード

ステータス

項目 データ
問題 0459 - セグメントツリー練習
ユーザー名 ei2134
投稿日時 2021-08-25 10:18:48
言語 C++17
状態 Compile Error
得点 0
ソースコード長 1382 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:38:12: error: ISO C++ forbids declaration of ‘getMin’ with no type [-fpermissive]
     getMin();
            ^
./Main.cpp:39:5: error: expected unqualified-id before ‘if’
     if
     ^~
./Main.cpp:42:5: error: ‘b’ does not name a type
     b=getMin();
     ^
./Main.cpp:43:5: error: expected unqualified-id before ‘return’
     return(a,b);
     ^~~~~~

セット

セット 得点 Cases

テストケース

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