foo.c: In function 'main':
foo.c:8:13: warning: format '%a' expects a matching 'float *' argument [-Wformat=]
8 | scanf("%a");
| ~^
| |
| float *
foo.c:9:5: error: 'if\U0000ff08a' undeclared (first use in this function)
9 | if(a%b=0)
| ^~~~~
foo.c:9:5: note: each undeclared identifier is reported only once for each function it appears in
foo.c:9:13: error: invalid suffix ")" on integer constant
9 | if(a%b=0)
| ^~~
foo.c:9:16: error: expected ';' before 'printf'
9 | if(a%b=0)
| ^
| ;
10 | printf("YRS);
| ~~~~~~
foo.c:10:16: warning: missing terminating " character
10 | printf("YRS);
| ^
foo.c:10:16: error: missing terminating " character
10 | printf("YRS);
| ^~~~~~
foo.c:11:1: error: expected declaration or statement at end of input
11 | }
| ^
foo.c:5:9: warning: unused variable 'a' [-Wunused-variable]
5 | int a,b;
| ^
[Hydro](https://hydro.ac)提供评测服务