#include void main ( ){int x;x=4;printf("%d",x);}编译:--------------------Configuration:111 - Win32 Debug--------------------Compiling...Skipping...(no relevant changes detected)111.cpp111.obj - 0 error(s),0 warning(s)运行:-------------------

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/09 16:44:23
#include void main ( ){int x;x=4;printf(

#include void main ( ){int x;x=4;printf("%d",x);}编译:--------------------Configuration:111 - Win32 Debug--------------------Compiling...Skipping...(no relevant changes detected)111.cpp111.obj - 0 error(s),0 warning(s)运行:-------------------
#include
void main ( )
{
int x;
x=4;
printf("%d",x);
}
编译:
--------------------Configuration:111 - Win32 Debug--------------------
Compiling...
Skipping...(no relevant changes detected)
111.cpp
111.obj - 0 error(s),0 warning(s)
运行:
--------------------Configuration:111 - Win32 Debug--------------------
Linking...
LINK :fatal error LNK1104:cannot open file "kernel32.lib"
执行 link.exe 时出错.
111.exe - 1 error(s),0 warning(s)

#include void main ( ){int x;x=4;printf("%d",x);}编译:--------------------Configuration:111 - Win32 Debug--------------------Compiling...Skipping...(no relevant changes detected)111.cpp111.obj - 0 error(s),0 warning(s)运行:-------------------
编的程序是没有问题的,但好像是你的软件软件除了毛病
fatal error LNK1104:cannot open file "kernel32.lib 致命错误LNK1104 kernel32.lib:不能打开文件”
要不你重下载安装一个软件试一试.