0_0_8482334_11418.cpp:1:14: #include expects "FILENAME" or <FILENAME>
0_0_8482334_11418.cpp: In function `int leap(int)':
0_0_8482334_11418.cpp:8: error: stray '@' in program
0_0_8482334_11418.cpp:8: error: expected `)' before numeric constant
0_0_8482334_11418.cpp: In function `void deal1(int)':
0_0_8482334_11418.cpp:34: error: `printf' undeclared (first use this function)
0_0_8482334_11418.cpp:34: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8482334_11418.cpp: In function `void deal2(int)':
0_0_8482334_11418.cpp:58: error: `printf' undeclared (first use this function)
0_0_8482334_11418.cpp: In function `int main()':
0_0_8482334_11418.cpp:64: error: `scanf' undeclared (first use this function)
0_0_8482334_11418.cpp:70: error: `printf' undeclared (first use this function)
|