Main.cc: In function 'int main()':
Main.cc:13:20: error: 'k' was not declared in this scope
if(k==j && j==x){
^
Main.cc:13:23: error: 'j' was not declared in this scope
if(k==j && j==x){
^
Main.cc:8:17: warning: unused variable 's' [-Wunused-variable]
int p,e,i,d,s;
^