結果

問題 No.2224 UFO Game
ユーザー gemmarogemmaro
提出日時 2023-03-12 08:48:57
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 40 bytes
コンパイル時間 56 ms
コンパイル使用メモリ 11,948 KB
実行使用メモリ 16,140 KB
最終ジャッジ日時 2023-10-18 10:29:07
合計ジャッジ時間 2,089 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 83 ms
16,120 KB
testcase_02 AC 84 ms
16,120 KB
testcase_03 WA -
testcase_04 AC 84 ms
16,116 KB
testcase_05 WA -
testcase_06 AC 83 ms
16,120 KB
testcase_07 AC 84 ms
16,120 KB
testcase_08 WA -
testcase_09 AC 84 ms
16,120 KB
testcase_10 WA -
testcase_11 AC 83 ms
16,120 KB
testcase_12 WA -
testcase_13 AC 84 ms
16,120 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets=~/(x)?(\d+)/;p $1?2**32-$2.to_i: $2
0