foo.c:2:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token
2 | void maxS-F(int i);
| ^
foo.c: In function 'main':
foo.c:8:25: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
8 | scanf("%d",a[i]);
| ~^ ~~~~
| | |
| | int
| int *
foo.c:10:25: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
10 | scanf("%d%d",b[i],c[i]);
| ~^ ~~~~
| | |
| int * int
foo.c:10:27: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'int' [-Wformat=]
10 | scanf("%d%d",b[i],c[i]);
| ~^ ~~~~
| | |
| int * int
foo.c:11:22: warning: variable 'd' set but not used [-Wunused-but-set-variable]
11 | int j,temp,k,d[200000];
| ^
[Hydro](https://hydro.ac)提供评测服务