...
#include int main () { std:: cout<< "hi" ; }
...
...
#include using namespace std; int main () {
int x = 10;
int c = 12;
int v = 52;
if(x == 10)
if(c == 12)
if(v == 52) {
cout<< "yes is correct" ;
}
}
...
...
#include int main () { std:: cout<< "hi" ; }
...
...
#include using namespace std; int main () {
int x = 10;
int c = 12;
int v = 52;
if(x == 10)
if(c == 12)
if(v == 52) {
cout<< "yes is correct" ;
}
}
...