70,024
社区成员




#include <stdio.h>
int main()
{
char buf[4096*1024];
printf("hello world\n");
return 0;
}
---------------------------
highstatck.exe - Application Error
---------------------------
The exception unknown software exception (0xc00000fd) occurred in the application at location 0x00401117.
Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK Cancel
---------------------------