#include int main() { const std::string project = "fesa"; return project.size() == 4 ? 0 : 1; }