結果

問題 No.1298 OR XOR
ユーザー yuruhiyayuruhiya
提出日時 2021-01-31 17:06:01
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 358 ms / 2,000 ms
コード長 51 bytes
コンパイル時間 830 ms
コンパイル使用メモリ 120,260 KB
実行使用メモリ 131,656 KB
最終ジャッジ日時 2023-09-11 11:10:27
合計ジャッジ時間 7,963 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
131,188 KB
testcase_01 AC 352 ms
131,312 KB
testcase_02 AC 347 ms
131,332 KB
testcase_03 AC 347 ms
131,232 KB
testcase_04 AC 349 ms
131,540 KB
testcase_05 AC 353 ms
131,332 KB
testcase_06 AC 353 ms
131,320 KB
testcase_07 AC 349 ms
131,292 KB
testcase_08 AC 349 ms
131,328 KB
testcase_09 AC 358 ms
131,348 KB
testcase_10 AC 351 ms
131,636 KB
testcase_11 AC 340 ms
131,656 KB
testcase_12 AC 349 ms
131,512 KB
testcase_13 AC 350 ms
131,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

put $_>($!=($_=get)+&-$_)??[$_,$!,$_+^$!]!![-1]xx 3
0