Main.cc: In function 'int main()':
Main.cc:4:10: error: expected initializer before '>>' token
int i>>j;
^
Main.cc:5:10: error: 'i' was not declared in this scope
cin>>i>>j;
^
Main.cc:5:13: error: 'j' was not declared in this scope
cin>>i>>j;
^
Main.cc:6:17: error: 'k' was not declared in this scope
for(int x=i;k<=j;k++){
^