0_0_32461564_9606.cpp:183:4: error: stray '#' in program
} #include<bits/stdc++.h>
^
0_0_32461564_9606.cpp:183:5: error: 'include' does not name a type
} #include<bits/stdc++.h>
^
0_0_32461564_9606.cpp: In function 'void chuli(char*, int)':
0_0_32461564_9606.cpp:185:6: error: redefinition of 'void chuli(char*, int)'
void chuli(char*a,int a1)
^
0_0_32461564_9606.cpp:3:6: note: 'void chuli(char*, int)' previously defined here
void chuli(char*a,int a1)
^
0_0_32461564_9606.cpp: In function 'void kernel(char (*)[120], int, int)':
0_0_32461564_9606.cpp:247:6: error: redefinition of 'void kernel(char (*)[120], int, int)'
void kernel(char(*fenju)[120],int num,int count1)
^
0_0_32461564_9606.cpp:65:6: note: 'void kernel(char (*)[120], int, int)' previously defined here
void kernel(char(*fenju)[120],int num,int count1)
^
0_0_32461564_9606.cpp: In function 'int main()':
0_0_32461564_9606.cpp:321:5: error: redefinition of 'int main()'
int main()
^
0_0_32461564_9606.cpp:139:5: note: 'int main()' previously defined here
int main()
^
|