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


first=gets.chomp
second=gets.to_i
three=gets.chomp

printf("僕の名前は%sで、中学%d年です!\n",first,second)
printf("%sをすることが好きです。\n",three)
printf("貴方も一緒に%sをしませんか?\n",three)