#include <stdio.h>
#include <math.h>
#include <conio.h>
int main()
{
double y;
C:\Documents and Settings\Administrator\桌面\1\1.c(10) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/1.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
1.exe - 1 error(s), 0 warning(s)
错哪里啊!!急求 |
|