0_0_33230176_13997.cpp:1:3: error: stray '#' in program
1 #include <stdio.h>
^
0_0_33230176_13997.cpp:2:5: error: stray '#' in program
2 #include <iostream>
^
0_0_33230176_13997.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include <stdio.h>
^
0_0_33230176_13997.cpp:4:3: error: expected unqualified-id before numeric constant
4 void putoutint(int b[9][9]) //输出整型二维数组
^
|