#include <stdio.h> int main(int argc, char** argv) { int a; return 0; }
代码是这么写的为什么会报错呢?
这个没有出错,只是你没有任何输出程序运行之后直接给你返回了,你可以试试给a一个值然后printf一下
这不是出错了