Run id: 2639

Main.cc:1:2: error: invalid preprocessing directive #incliude
 #incliude
  ^
Main.cc: In function 'int main()':
Main.cc:7:9: error: 'cin' was not declared in this scope
         cin>>student[t]>>score[t];
         ^
Main.cc:13:13: error: 'cout' was not declared in this scope
             cout<student[t]<<" "<<score[t]<<endl;
             ^
Main.cc:13:46: error: 'endl' was not declared in this scope
             cout<<student[t]<<" "<<score[t]<<endl;
                                              ^