結果

問題 No.231 めぐるはめぐる (1)
ユーザー simansiman
提出日時 2015-11-05 00:08:51
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 75 bytes
コンパイル時間 327 ms
コンパイル使用メモリ 11,224 KB
実行使用メモリ 15,292 KB
最終ジャッジ日時 2023-10-11 13:45:22
合計ジャッジ時間 3,760 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,292 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 78 ms
15,048 KB
testcase_04 AC 81 ms
15,064 KB
testcase_05 WA -
testcase_06 AC 78 ms
15,076 KB
testcase_07 AC 79 ms
15,092 KB
testcase_08 AC 77 ms
15,196 KB
testcase_09 AC 77 ms
15,056 KB
testcase_10 AC 79 ms
15,188 KB
testcase_11 WA -
testcase_12 AC 77 ms
15,244 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

s=-1
puts$<.all?{|i|s+=1;g,d=i.split;g.to_f-3e4*d.to_f<5e5}?:NO:'YES',[s]*6
0