#include<iostream> using namespace std; int main() { int a=10,b=5,c=8,d=4,y; y=a/b^c*a%(c+d)<<d-2; cout<<"the result is " <<y<<endl; return 0; }
To embed this program on your website, copy the following code and paste it into your website's HTML: