結果

問題 No.1519 Diversity
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 17:02:58
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,877 ms / 2,000 ms
コード長 65 bytes
コンパイル時間 2,736 ms
コンパイル使用メモリ 126,012 KB
実行使用メモリ 147,460 KB
最終ジャッジ日時 2024-10-12 17:47:04
合計ジャッジ時間 20,140 ms
ジャッジサーバーID
(参考情報)
judge2 / judge
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 308 ms
135,840 KB
testcase_01 AC 304 ms
135,712 KB
testcase_02 AC 306 ms
135,844 KB
testcase_03 AC 886 ms
140,432 KB
testcase_04 AC 1,461 ms
140,188 KB
testcase_05 AC 304 ms
135,716 KB
testcase_06 AC 1,855 ms
147,328 KB
testcase_07 AC 333 ms
135,972 KB
testcase_08 AC 524 ms
139,804 KB
testcase_09 AC 879 ms
140,064 KB
testcase_10 AC 1,383 ms
139,924 KB
testcase_11 AC 328 ms
135,968 KB
testcase_12 AC 1,768 ms
147,456 KB
testcase_13 AC 1,877 ms
147,460 KB
testcase_14 AC 1,861 ms
146,992 KB
testcase_15 AC 1,862 ms
146,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=get;say $!²+>2;map {[<]($_)&&$!+2>.sum&&.put},(1..$! X 1..$!)
0