0_0_20797858_12369.cpp:44:2: error: stray '#' in program
}#include<stdio.h>
^
0_0_20797858_12369.cpp:44:3: error: 'include' does not name a type
}#include<stdio.h>
^
0_0_20797858_12369.cpp:54:2: error: declaration does not declare anything [-fpermissive]
}milk;
^
0_0_20797858_12369.cpp:55:11: error: redefinition of 'milk b [101]'
milk b[101];
^
0_0_20797858_12369.cpp:12:6: note: 'milk b [101]' previously declared here
milk b[101];
^
0_0_20797858_12369.cpp: In function 'int comp(const void*, const void*)':
0_0_20797858_12369.cpp:56:5: error: redefinition of 'int comp(const void*, const void*)'
int comp(const void* a,const void* b){
^
0_0_20797858_12369.cpp:13:5: note: 'int comp(const void*, const void*)' previously defined here
int comp(const void* a,const void* b){
^
0_0_20797858_12369.cpp: In function 'int main()':
0_0_20797858_12369.cpp:61:5: error: redefinition of 'int main()'
int main(){
^
0_0_20797858_12369.cpp:18:5: note: 'int main()' previously defined here
int main(){
^
|