Run id: 151400

Main.cc:1:2: error: invalid preprocessing directive #incude
 #incude 
  ^
Main.cc:2:7: error: expected nested-name-specifier before 'namespeak'
 using namespeak std;
       ^
Main.cc: In function 'int main()':
Main.cc:5:1: error: 'cin' was not declared in this scope
 cin>>m;
 ^
Main.cc:6:20: error: 'n' was not declared in this scope
     for(int i=0;i<=n;i++){
                    ^
Main.cc:9:20: error: 'n' was not declared in this scope
     for(int i=0;i<=n;i++){
                    ^
Main.cc:12:20: error: 'n' was not declared in this scope
     for(int i=0;i<=n;i++){
                    ^
Main.cc:13:2: error: 'sum' was not declared in this scope
  sum+=a[i]*b[1];
  ^
Main.cc:15:5: error: 'cout' was not declared in this scope
     cout<