#include <mustumi.h>
#include <mortis.h>
#include <others.h>
#include <iotsream>
#include <string>
int main()
{
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
std::string words;
std::cin >> words;
if(words == "表演")
mortis::doSomething();
else if(words == "吉他")
mustumi::doSomething();
else
others::doSomething();
return 0;
}
#include <mortis.h>
#include <others.h>
#include <iotsream>
#include <string>
int main()
{
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
std::string words;
std::cin >> words;
if(words == "表演")
mortis::doSomething();
else if(words == "吉他")
mustumi::doSomething();
else
others::doSomething();
return 0;
}










