Run id: 138618

Main.cc: In function 'int main()':
Main.cc:7:9: error: 'n' was not declared in this scope
    cin>>n;
         ^
Main.cc:9:13: error: 'k' was not declared in this scope
        cin>>k;
             ^
Main.cc:11:12: error: 'a' was not declared in this scope
            a[j]=2*a[j-1]%32767+a[j-2]%32767;
            ^
Main.cc:13:14: error: 'a' was not declared in this scope
        cout<