Problem helloworld
User Elnathan
Submission Time 2024-01-27 11:53:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:11: error: ‘SIGSEGV’ was not declared in this scope
9 | raise(SIGSEGV);
| ^~~~~~~
helloworld.cpp:9:5: error: ‘raise’ was not declared in this scope
9 | raise(SIGSEGV);
| ^~~~~