結果

問題 No.1146 土偶Ⅰ
ユーザー kotatsugamekotatsugame
提出日時 2020-08-06 01:53:25
言語 Raku
(rakudo v2024.02)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 48 bytes
コンパイル時間 2,538 ms
コンパイル使用メモリ 132,096 KB
実行使用メモリ 161,956 KB
最終ジャッジ日時 2023-10-19 01:34:23
合計ジャッジ時間 26,300 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 384 ms
143,072 KB
testcase_01 AC 389 ms
143,072 KB
testcase_02 AC 422 ms
143,420 KB
testcase_03 AC 675 ms
145,672 KB
testcase_04 TLE -
testcase_05 AC 682 ms
145,580 KB
testcase_06 AC 1,401 ms
149,768 KB
testcase_07 AC 1,763 ms
155,828 KB
testcase_08 TLE -
testcase_09 AC 935 ms
145,524 KB
testcase_10 AC 611 ms
145,672 KB
testcase_11 AC 1,286 ms
145,736 KB
testcase_12 TLE -
testcase_13 AC 387 ms
143,072 KB
testcase_14 AC 903 ms
145,572 KB
testcase_15 AC 1,788 ms
157,348 KB
testcase_16 AC 1,046 ms
147,636 KB
testcase_17 AC 389 ms
143,232 KB
testcase_18 AC 442 ms
145,572 KB
testcase_19 AC 953 ms
145,584 KB
testcase_20 AC 428 ms
145,556 KB
testcase_21 AC 585 ms
145,664 KB
testcase_22 AC 487 ms
145,588 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;say +grep {2>[gcd] $_},lines.combinations(3)
0