結果

問題 No.581 XOR
ユーザー tailstails
提出日時 2017-10-27 22:22:27
言語 Perl
(5.38.2)
結果
AC  
実行時間 7 ms / 2,000 ms
コード長 27 bytes
コンパイル時間 538 ms
コンパイル使用メモリ 5,456 KB
実行使用メモリ 5,344 KB
最終ジャッジ日時 2023-08-14 03:32:11
合計ジャッジ時間 1,007 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,196 KB
testcase_01 AC 6 ms
5,312 KB
testcase_02 AC 6 ms
5,316 KB
testcase_03 AC 6 ms
5,088 KB
testcase_04 AC 7 ms
5,176 KB
testcase_05 AC 6 ms
5,328 KB
testcase_06 AC 6 ms
5,056 KB
testcase_07 AC 6 ms
5,344 KB
testcase_08 AC 5 ms
5,148 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b)=glob<>;print$a^$b+0
0