#include <stdio.h>
int main()
{
float a = 3;
float b = 9;
float c = 11;
printf("%f\n",(a+b+c)/3);
return 0;
}
Compiling...
1234_123.c
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/1234.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
1234.exe - 1 error(s), 0 warning(s)
amesy
按照自己的节奏前行
姑苏流白
相关分类