Newer
Older
Ruby / undou.rb
@NARITA Reo NARITA Reo on 22 Sep 2021 295 bytes 2021-09-22 22:19:08
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

first="外"
second=gets.chomp
three=2

printf("僕は%sで遊ぶのが嫌いです。\n",first)
printf("なぜなら%s%d年まであまり運動はしてこなかったからです。\n",second,three)
printf("貴方は%sで遊びますか?\n",first)