foo.c: In function 'main':
foo.c:5:9: error: too few arguments to function 'fgets'
5 | fgets(secret);
| ^~~~~
In file included from foo.c:1:
/nix/store/y8wfrgk7br5rfz4221lfb9v8w3n0cnyd-glibc-2.37-8-dev/include/stdio.h:592:14: note: declared here
592 | extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
| ^~~~~
foo.c:6:9: error: too few arguments to function 'fgets'
6 | fgets(s);
| ^~~~~
/nix/store/y8wfrgk7br5rfz4221lfb9v8w3n0cnyd-glibc-2.37-8-dev/include/stdio.h:592:14: note: declared here
592 | extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream)
| ^~~~~
[Hydro](https://hydro.ac)提供评测服务