#include<iostream> #include<std/c++.h> using namespace std; int main() { int a,b; if(a == 2,b == 3){ cout<<"7"; } }