Run id: 154000

Main.cc:1:2: error: stray '#' in program
 c#include
  ^
Main.cc:1:1: error: 'c' does not name a type
 c#include
 ^
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<