Problem integer
User StormyGood
Submission Time 2026-04-01 23:15:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integer.cpp: In function ‘int __libc_start_main(int (*)(int, char**, char**), int, char**, void (*)(), void (*)(), void (*)(), void*)’:
integer.cpp:12:5: error: ‘_exit’ was not declared in this scope; did you mean ‘_Exit’?
12 | _exit(0);
| ^~~~~
| _Exit