結果

問題 No.1249 小学校1年生の夢
ユーザー Ryo Ishigaki
提出日時 2020-10-14 19:59:22
言語 Ruby
(3.4.1)
結果
RE  
実行時間 -
コード長 49 bytes
コンパイル時間 46 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 12,544 KB
最終ジャッジ日時 2024-07-20 19:17:59
合計ジャッジ時間 3,862 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 30
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:2: warning: assigned but unused variable - a
Main.rb:2: warning: assigned but unused variable - b
Main.rb:2: warning: assigned but unused variable - c
Syntax OK

ソースコード

diff #

require 'scanf'
a, b, c = gets.scanf("%d %d %d")
0