I am sending a perfectly compiled source code however i get the following error on judge :
/usr/lib/gcc/i486-linux/4.0.1/../../../../lib/crt1.o(.text+0x18): In function _start':
../sysdeps/i386/elf/start.S:98: undefined reference to
main'
collect2: ld returned 1 exit status
when i check the source code which was submitted to the judge, its empty.
I have no idea whats happening ? Can i get some help ?