/in/foo.cc:3:31: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
int n,s,a[10000],x=1,y=n,mid=x+y>>1;
~^~
/in/foo.cc: In function 'void qwe()':
/in/foo.cc:30:1: error: expected initializer before '}' token
}
^
/in/foo.cc: At global scope:
/in/foo.cc:31:12: error: expected constructor, destructor, or type conversion before ';' token
init();
^
/in/foo.cc:32:7: error: expected constructor, destructor, or type conversion before ';' token
qwe();
^
/in/foo.cc:33:5: error: expected unqualified-id before 'if'
if(a[mid]!=s) cout<<-1;
^~
/in/foo.cc:34:5: error: expected unqualified-id before 'return'
return 0;
^~~~~~
/in/foo.cc:35:1: error: expected declaration before '}' token
}
^