原始内容
高亮显示
复制内容
/* There should be a user message about the overflow. Written in a single line so there is no confusion on what line the overflow occurs. */ int main(int argc, char *argv[]) { volatile int arr[1000]; return main(arr[argc%2], 0); }
您还没有登录,登录后您可以:
首次使用?从这里 注册