Problem | whatisthisactf |
---|---|
User | blackscreen1 |
Submission Time | 2023-04-01 14:40:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whatisthisactf.cpp: In function ‘void set_sprintf_fmt_string(char*)’:
whatisthisactf.cpp:10:7: error: too few arguments to function ‘void exit(int)’
10 | exit();
| ^
In file included from /usr/include/c++/9/cstdlib:75,
from whatisthisactf.cpp:2:
/usr/include/stdlib.h:617:13: note: declared here
617 | extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
| ^~~~