帮帮我 哪里错了
#include<stdio.h>void main()
{
int a;
a=1+4/5+5<7+4%5+(8,10);
printf("%d",a);
}
--------------------Configuration: hello - Win32 Debug--------------------
Compiling...
尝试2.c
F:\vc6\尝试2.c(3) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
hello.exe - 1 error(s), 0 warning(s)
哪里错了?