結果

問題 No.700 LOVE
ユーザー DrqYutoDrqYuto
提出日時 2018-09-16 17:52:46
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 42 bytes
コンパイル時間 526 ms
コンパイル使用メモリ 11,380 KB
実行使用メモリ 15,368 KB
最終ジャッジ日時 2023-09-25 09:03:33
合計ジャッジ時間 3,312 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 87 ms
15,148 KB
testcase_02 AC 89 ms
15,148 KB
testcase_03 AC 86 ms
15,072 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 86 ms
15,032 KB
testcase_07 AC 86 ms
15,036 KB
testcase_08 WA -
testcase_09 AC 86 ms
15,036 KB
testcase_10 AC 92 ms
15,312 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 91 ms
15,076 KB
testcase_15 AC 87 ms
15,128 KB
testcase_16 AC 91 ms
15,072 KB
testcase_17 WA -
testcase_18 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts readlines.include?("LOVE")?"YES":"NO"
0