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:9: warning: right-hand operand of comma expression has no effect [-Wunused-value]
4 | for(i=2, i<=t,i++))
| ^
foo.c:4:19: error: expected ';' before ')' token
4 | for(i=2, i<=t,i++))
| ^
| ;
foo.c:4:19: error: expected expression before ')' token
foo.c:4:20: error: expected statement before ')' token
4 | for(i=2, i<=t,i++))
| ^
foo.c: In function 'main':
foo.c:11:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<=' token
11 | for(int i=a,i<=b,i++)
| ^~
foo.c:14:13: error: 'ans' undeclared (first use in this function)
14 | printf("%d",ans);
| ^~~
foo.c:14:13: note: each undeclared identifier is reported only once for each function it appears in
foo.c:15:1: error: expected expression before 'return'
15 | return 0;}
| ^~~~~~
foo.c:15:10: error: expected expression before '}' token
15 | return 0;}
| ^
foo.c:11:10: warning: unused variable 'i' [-Wunused-variable]
11 | for(int i=a,i<=b,i++)
| ^
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)提供评测服务