Run id: 156526

Main.cc: In function 'int main()':
Main.cc:10:14: error: 'j' was not declared in this scope
         a[i][j]=a[i-1]+a[i-2];
              ^