int main(char args[][]){
    owata();
}

void owata(){
    writefln("\(^o^)/");
}