0_0_32862785_24889.cpp:1:58: error: stray '#' in program
<span style="font-family:'KaiTi_GB2312';font-size:18px;">#include<iostream>
^
0_0_32862785_24889.cpp:1:1: error: expected unqualified-id before '<' token
<span style="font-family:'KaiTi_GB2312';font-size:18px;">#include<iostream>
^
0_0_32862785_24889.cpp: In function 'int main()':
0_0_32862785_24889.cpp:7:25: error: 'memset' was not declared in this scope
memset(f,0,sizeof(f));
^
0_0_32862785_24889.cpp:11:21: error: 'printf' was not declared in this scope
printf("2 3 6\n");
^
0_0_32862785_24889.cpp: At global scope:
0_0_32862785_24889.cpp:44:1: error: expected unqualified-id before '<' token
</span>//https://blog.csdn.net/hellobabygogo3/article/details/7926548
^
|