#include <iostream>
#include<string>
int main()
{
std::string mesto;
std::cin >> mesto;
if(mesto == "Demir Kapija")
std::cout << "Demir Kapija\n";
else
std::cout << "Not Demir Kapija\n";
}
1 Replies
Please remove space from if condition.
Techiio is on the journey to build an ocean of technical knowledge, scouring the emerging stars in process and proffering them to the corporate world.
Follow us on:
Quick Links
Policies
Subscribe to get latest updates