結果

問題 No.1218 Something Like a Theorem
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-11-11 20:48:48
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 49 bytes
コンパイル時間 60 ms
コンパイル使用メモリ 11,400 KB
実行使用メモリ 15,392 KB
最終ジャッジ日時 2023-09-30 00:54:14
合計ジャッジ時間 2,681 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,216 KB
testcase_01 AC 79 ms
15,164 KB
testcase_02 WA -
testcase_03 AC 81 ms
15,076 KB
testcase_04 AC 81 ms
15,076 KB
testcase_05 AC 80 ms
15,292 KB
testcase_06 WA -
testcase_07 AC 80 ms
15,124 KB
testcase_08 AC 76 ms
15,112 KB
testcase_09 WA -
testcase_10 AC 79 ms
15,024 KB
testcase_11 WA -
testcase_12 AC 79 ms
15,304 KB
testcase_13 AC 79 ms
15,296 KB
testcase_14 AC 79 ms
15,288 KB
testcase_15 AC 79 ms
15,116 KB
testcase_16 AC 79 ms
15,072 KB
testcase_17 AC 79 ms
15,068 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.split.map(&:to_i)[0] < 3 ? "Yes" : "No"
0