Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:35:14: error: invalid operands of types 'const char [3]' and 'int' to binary 'operator&'
    scanf("%d"&n);
          ~~~~^~
/in/foo.cc:44:13: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
    int mid=L+R>>1;
            ~^~
/in/foo.cc: In function 'int judge(int, int)':
/in/foo.cc:32:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1237 隐形的翅膀
 - 语言
 - C++
 - 递交时间
 - 2019-04-02 00:02:31
 - 评测时间
 - 2019-04-02 00:02:31
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes