Run id: 109042

Main.cc: In function 'int main()':
Main.cc:9:7: warning: statement has no effect [-Wunused-value]
   t[i]==true;
       ^
Main.cc:31:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
  for(int i=1;i<=m;i++){
                 ^