0_0_39720583_20378.cpp: In function 'int main()':
0_0_39720583_20378.cpp:11:23: error: too few arguments to function 'char* gets_s(char*, rsize_t)'
11 | gets_s(s);
| ~~~~~~^~~
In file included from gcc-13.1.0/x86_64-w64-mingw32/include/stdio.h:1641,
from 0_0_39720583_20378.cpp:1:
gcc-13.1.0/x86_64-w64-mingw32/include/sec_api/stdio_s.h:571:25: note: declared here
571 | _CRTIMP char* __cdecl gets_s(char*,rsize_t);
| ^~~~~~
|