class PotatoGame {public: string theWinner(int n) { n %= 5; return n == 0 || n == 2 ? "Hanako" : "Taro"; } };
0 件のコメント :
コメントを投稿