結果

問題 No.208 王将
ユーザー simansiman
提出日時 2015-11-12 00:28:01
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 58 bytes
コンパイル時間 121 ms
コンパイル使用メモリ 11,212 KB
実行使用メモリ 15,372 KB
最終ジャッジ日時 2023-10-11 15:40:46
合計ジャッジ時間 3,330 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 82 ms
15,116 KB
testcase_02 AC 83 ms
15,236 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 81 ms
15,092 KB
testcase_06 AC 84 ms
15,252 KB
testcase_07 WA -
testcase_08 AC 83 ms
15,120 KB
testcase_09 AC 82 ms
15,120 KB
testcase_10 AC 83 ms
15,128 KB
testcase_11 WA -
testcase_12 AC 81 ms
15,152 KB
testcase_13 AC 81 ms
15,132 KB
testcase_14 AC 82 ms
15,000 KB
testcase_15 WA -
testcase_16 AC 83 ms
15,280 KB
testcase_17 WA -
testcase_18 AC 82 ms
15,120 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 82 ms
15,012 KB
testcase_23 AC 83 ms
15,104 KB
testcase_24 AC 82 ms
15,112 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

x,y,*a=$<.read.split.map &:to_i
p [x,y].max+(a.max<y ?1:0)
0