Submission #50348
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0738 - プログラミング入門:二分探索 |
| ユーザー名 | ei1913 |
| 投稿日時 | 2019-06-10 18:28:56 |
| 言語 | C++ |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 538 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:22:15: error: invalid types ‘int[int]’ for array subscript
if(a[mid] < m)
^
./Main.cpp: At global scope:
./Main.cpp:36:3: error: expected unqualified-id before ‘return’
return(0);
^~~~~~
./Main.cpp:37:1: error: expected declaration before ‘}’ token
}
^
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|