Run id: 113201
Main.cc:6:21: error: stray '#' in program
using namespace std;#include // cin\cout\endl
^
Main.cc:6:22: error: 'include' does not name a type
using namespace std;#include // cin\cout\endl
^
Main.cc: In function 'int main()':
Main.cc:13:9: warning: unused variable 'b' [-Wunused-variable]
int b=0,a,c[100],d,e;
^
Main.cc: In function 'int main()':
Main.cc:27:5: error: redefinition of 'int main()'
int main(){
^
Main.cc:12:5: note: 'int main()' previously defined here
int main(){
^
Main.cc:28:9: warning: unused variable 'b' [-Wunused-variable]
int b=0,a,c[100],d,e;
^