Run id: 155865

Main.cc: In function 'int main()':
Main.cc:11:7: error: 'a' was not declared in this scope
    if(a[i]>'z')n[i]-=26;
       ^
Main.cc:16:7: error: 'a' was not declared in this scope
    if(a[i]>'Z')n[i]-=26;
       ^