记录详情

Compile Error

/in/foo.cc: In function 'void zwh()':
/in/foo.cc:23:8: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   mid=x+y>>1;
       ~^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:35: error: expected '}' at end of input
     if(a[mid]!=s) cout<<"-1"<<endl;
                                   ^

信息

递交者
类型
递交
题目
二分查找(binary)
题目数据
下载
语言
C++
递交时间
2019-07-03 11:40:28
评测时间
2020-07-10 15:27:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes