結果

問題 No.1883 SLASH
ユーザー toshiro_yanagitoshiro_yanagi
提出日時 2022-07-02 17:34:00
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 352 ms
コンパイル使用メモリ 11,208 KB
実行使用メモリ 15,316 KB
最終ジャッジ日時 2023-08-18 08:50:10
合計ジャッジ時間 2,629 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 78 ms
15,080 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 78 ms
15,124 KB
testcase_05 WA -
testcase_06 AC 77 ms
15,036 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 76 ms
15,092 KB
testcase_10 AC 79 ms
15,260 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 79 ms
15,304 KB
testcase_14 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

abc = gets.split("").map(&:to_i)
puts abc.max - abc.min
0