Submission #60233


ソースコード

ステータス

項目 データ
問題 0738 - プログラミング入門:二分探索
ユーザー名 <span style="color:#000000;font-weight:bold;">ei2031</span>
投稿日時 2020-06-24 17:54:05
言語 C
状態 Compile Error
得点 0
ソースコード長 561 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:39:8: error: ‘low’ undeclared (first use in this function)
 ans[i]=low;
        ^~~
./Main.c:39:8: note: each undeclared identifier is reported only once for each function it appears in
./Main.c: At top level:
./Main.c:42:1: error: expected identifier or ‘(’ before ‘for’
 for(i=0;i<n;i++){
 ^~~
./Main.c:42:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
 for(i=0;i<n;i++){
          ^
./Main.c:42:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘++’ token
 for(i=0;i<n;i++){
              ^~
./Main.c:48:1: error: expected identifier or ‘(’ before ‘return’
 return(0);
 ^~~~~~
./Main.c:49:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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