#include studio.h


main {

char isim;
char ad;
isim = "Ahmet";

if (ad=="Ahmet") {

cout "doğru";
} else {
cout "yanlış";

}
}