結果

問題 No.581 XOR
ユーザー finefine
提出日時 2017-10-27 22:20:28
言語 Ruby
(3.2.2)
結果
AC  
実行時間 83 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 70 ms
コンパイル使用メモリ 11,312 KB
実行使用メモリ 15,304 KB
最終ジャッジ日時 2023-08-14 03:28:16
合計ジャッジ時間 1,500 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,212 KB
testcase_01 AC 83 ms
15,292 KB
testcase_02 AC 83 ms
15,100 KB
testcase_03 AC 83 ms
14,992 KB
testcase_04 AC 82 ms
15,236 KB
testcase_05 AC 83 ms
15,264 KB
testcase_06 AC 81 ms
15,304 KB
testcase_07 AC 81 ms
14,996 KB
testcase_08 AC 82 ms
15,132 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p gets.split.map(&:to_i).inject(:^)
0