Problem helloworld
User tux
Submission Time 2023-12-09 22:28:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:14:3: error: ‘exit’ was not declared in this scope; did you mean ‘_exit’?
14 | exit(0);
| ^~~~
| _exit