Hackerblock idle not working properly

I am submitting my code ,and it show nothing ,

@kabirsachin1999 hey sachin can I see your code.

#include
using namespace std;
int main() {
char ch;
long long int a,b;
cin>>ch;
while(ch!=‘X’||ch!=‘x’){
switch(ch){
case '’:
cin>>a>>b;
cout<<a
b<<endl;
break;
case ‘+’:
cin>>a>>b;
cout<<a+b<<endl;
break;
case ‘/’:
cin>>a>>b;
cout<<a/b<<endl;
break;
case ‘-’:
cin>>a>>b;
cout<<a-b<<endl;
break;
default :
cout<<“Invalid operation”;
}
cin>>ch;
}
return 0;
}

@kabirsachin1999 hey kabir can you please share your code with ide of coding blocks