mirror of
https://github.com/QingdaoU/Judger.git
synced 2025-01-04 11:21:42 +00:00
8 lines
88 B
C
8 lines
88 B
C
#include <stdio.h>
|
|
#include <signal.h>
|
|
|
|
int main()
|
|
{
|
|
raise(SIGSEGV);
|
|
return 0;
|
|
} |