Main.cc: In function 'int main()':
Main.cc:14:32: error: 't' was not declared in this scope
a[i]=a[i]+3-26;t
^
Main.cc:30:18: error: 'j' was not declared in this scope
if(a[i]==j)
^
Main.cc:31:14: error: 'D' was not declared in this scope
a[i]=D;
^