0_0_18910897_29714.cpp:2:9: error: stray '#' in program
[plain] #include <stdio.h>
^
0_0_18910897_29714.cpp:2:1: error: expected unqualified-id before '[' token
[plain] #include <stdio.h>
^
0_0_18910897_29714.cpp:3:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18910897_29714.cpp:4:30: error: expected constructor, destructor, or type conversion before ';' token
int cheakyear(int year);
^
0_0_18910897_29714.cpp:5:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18910897_29714.cpp:6:12: error: expected initializer before 'nbsp'
int main()
^
0_0_18910897_29714.cpp:7:1: error: expected unqualified-id before '{' token
{
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_18910897_29714.cpp:52:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|