#include<iostream>
using namespace std;
int main()
{
    int a;
    /*a=2+3|12/6-1<<1&&6%7/3*5;*/
   /* a=2+3&12/6-1<<1&&6%7/3*5;*/
   /*a=2+3&12/6-1<<1&&6%7/8*5;*/
   /*a=2,3,4;*/
   a=(2,4,5,6);
    cout<<"the result is "<<a<<endl;
    return 0;
    
}

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: