Run id: 154002

Main.cc:1:1: error: 'cinclude' does not name a type
 cinclude
 ^
Main.cc: In function 'int main()':
Main.cc:5:23: error: 'cin' was not declared in this scope
  for(int i=1;i<=7;i++)cin>>t[i]; 
                       ^
Main.cc:10:4: error: 'cout' was not declared in this scope
    cout<<1<