Run id: 121964

Main.cc: In function 'int main()':
Main.cc:12:9: error: invalid types 'int[int]' for array subscript
   if(a[i]==c)
         ^
Main.cc:22:9: error: invalid types 'int[int]' for array subscript
   if(a[i]==c)
         ^