138844_0_29790.cpp:1:10: #include expects "FILENAME" or <FILENAME>
138844_0_29790.cpp: In function `int main()':
138844_0_29790.cpp:7: error: `cin' undeclared (first use this function)
138844_0_29790.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
138844_0_29790.cpp:8: error: `memset' undeclared (first use this function)
138844_0_29790.cpp:10: error: expected `)' before ';' token
138844_0_29790.cpp:11: error: `cout' undeclared (first use this function)
138844_0_29790.cpp:11: error: `AA' undeclared (first use this function)
138844_0_29790.cpp:11: error: `A' undeclared (first use this function)
138844_0_29790.cpp:12: error: expected primary-expression before '}' token
138844_0_29790.cpp:12: error: expected `;' before '}' token
|