foo.c: In function 'find':
foo.c:3:17: error: expected expression before 'int'
3 | { int ans=1,i,t=int(sqrt(x);
| ^~~
foo.c:4:19: error: expected statement before ')' token
4 | for(i=2;i<=t;i++))
| ^
foo.c: In function 'main':
foo.c:12:3: error: 'p' undeclared (first use in this function)
12 | {p= find(i);
| ^
foo.c:12:3: note: each undeclared identifier is reported only once for each function it appears in
foo.c:13:27: error: 'ans' undeclared (first use in this function)
13 | if (p>i){if (find(p)==i) ans++;}}
| ^~~
foo.c:10:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
10 | scanf("%d %d",&a,&b);
| ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务