foo.c: In function 'insert':
foo.c:11:33: error: expected expression before '<' token
11 | if(a[i]=<x&&x=<a[i+1])
| ^
foo.c:15:33: error: 'temp1' undeclared (first use in this function)
15 | temp1=a[i-1];
| ^~~~~
foo.c:15:33: note: each undeclared identifier is reported only once for each function it appears in
foo.c: In function 'main':
foo.c:35:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf'
35 | scanf("%d",&x)
| ^~~~~
foo.c:35:29: error: 'x' undeclared (first use in this function)
35 | scanf("%d",&x)
| ^
foo.c:35:31: error: expected ';' before 'Search'
35 | scanf("%d",&x)
| ^
| ;
36 | Search(a,n,x);
| ~~~~~~
foo.c:28:13: warning: unused variable 'number' [-Wunused-variable]
28 | int number=0;
| ^~~~~~
[Hydro](https://hydro.ac)提供评测服务