結果

問題 No.91 赤、緑、青の石
ユーザー yuruhiyayuruhiya
提出日時 2021-01-25 19:59:59
言語 Ruby
(3.3.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 70 bytes
コンパイル時間 116 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 12,544 KB
最終ジャッジ日時 2024-06-24 07:31:02
合計ジャッジ時間 18,175 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,058 ms
12,544 KB
testcase_01 AC 733 ms
12,288 KB
testcase_02 AC 485 ms
12,288 KB
testcase_03 AC 826 ms
12,288 KB
testcase_04 AC 441 ms
12,288 KB
testcase_05 AC 960 ms
12,288 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 85 ms
12,416 KB
testcase_10 AC 87 ms
12,160 KB
testcase_11 AC 334 ms
12,288 KB
testcase_12 AC 891 ms
12,416 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 1,015 ms
12,416 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 87 ms
12,160 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 86 ms
12,288 KB
testcase_24 AC 86 ms
12,160 KB
testcase_25 WA -
testcase_26 AC 1,406 ms
12,416 KB
testcase_27 AC 86 ms
12,288 KB
testcase_28 AC 205 ms
12,416 KB
testcase_29 AC 344 ms
12,288 KB
testcase_30 WA -
testcase_31 AC 1,377 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval'A='+gets.split*?,
(A[0]+=1;A[2]-=2)while A.sort![2]-A[0]>2
p A[0]
0