結果

問題 No.739 大事なことなので2度言います
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-11 00:16:37
言語 Ruby
(3.3.0)
結果
AC  
実行時間 71 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 285 ms
コンパイル使用メモリ 11,416 KB
実行使用メモリ 15,344 KB
最終ジャッジ日時 2023-09-30 00:17:50
合計ジャッジ時間 2,075 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 68 ms
15,168 KB
testcase_01 AC 71 ms
15,344 KB
testcase_02 AC 66 ms
14,992 KB
testcase_03 AC 66 ms
14,988 KB
testcase_04 AC 70 ms
15,232 KB
testcase_05 AC 69 ms
14,988 KB
testcase_06 AC 68 ms
15,300 KB
testcase_07 AC 69 ms
15,160 KB
testcase_08 AC 68 ms
15,220 KB
testcase_09 AC 69 ms
15,116 KB
testcase_10 AC 66 ms
15,108 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts (x=gets.chomp)[0...(r=x.size/2)] == x[r..-1] ? "YES" : "NO"
0