0_0_16957211_29517.cpp:50:2: error: stray '#' in program
}#include <iostream>
^
0_0_16957211_29517.cpp:50:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_16957211_29517.cpp:62:12: error: redefinition of 'int have [29]'
int have[29];
^
0_0_16957211_29517.cpp:13:5: note: 'int have [29]' previously declared here
int have[29];
^
0_0_16957211_29517.cpp: In function 'int main()':
0_0_16957211_29517.cpp:64:5: error: redefinition of 'int main()'
int main ()
^
0_0_16957211_29517.cpp:15:5: note: 'int main()' previously defined here
int main ()
^
|