Main.cc:20:2: error: stray '#' in program
}#include
^
Main.cc:20:3: error: 'include' does not name a type
}#include
^
Main.cc:22:10: error: redefinition of 'int a [100]'
int a[100];
^
Main.cc:3:5: note: 'int a [100]' previously declared here
int a[100];
^
Main.cc: In function 'int main()':
Main.cc:23:5: error: redefinition of 'int main()'
int main(){
^
Main.cc:4:5: note: 'int main()' previously defined here
int main(){
^