Newer
Older
Ruby / h.rb
@ABE Koshun ABE Koshun on 22 Sep 2021 213 bytes 2021-09-22 21:36:15
#!/usr/bin/env rube"
# coding: utf-8-emacs
puts("ストップウオッチスタート!Enterを押すと止まるよ。")
x=time.now.to_i
y=gets.chomp
z=time.now.to_i
a=z-x
printf("タイムは%d秒です。\n",a)