Run id: 95444

Main.cc: In function 'int main()':
Main.cc:10:5: error: expected ';' before 'long'
     long long K,a[n];
     ^
Main.cc:12:14: error: 'a' was not declared in this scope
         cin>>a[i];
              ^
Main.cc:14:10: error: 'k' was not declared in this scope
     cin>>k;
          ^
Main.cc:18:12: error: 'a' was not declared in this scope
         if(a[i]>k)
            ^
Main.cc:22:5: error: expected ';' before 'return'
     return 0;
     ^