結果

問題 No.1146 土偶Ⅰ
ユーザー kotatsugamekotatsugame
提出日時 2020-08-06 01:53:25
言語 Raku
(rakudo v2024.02)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 48 bytes
コンパイル時間 2,451 ms
コンパイル使用メモリ 134,972 KB
実行使用メモリ 166,280 KB
最終ジャッジ日時 2024-09-18 21:32:50
合計ジャッジ時間 24,908 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 357 ms
136,736 KB
testcase_01 AC 360 ms
137,120 KB
testcase_02 AC 373 ms
138,020 KB
testcase_03 AC 618 ms
141,220 KB
testcase_04 TLE -
testcase_05 AC 630 ms
141,860 KB
testcase_06 AC 1,297 ms
143,496 KB
testcase_07 AC 1,714 ms
150,304 KB
testcase_08 TLE -
testcase_09 AC 883 ms
141,220 KB
testcase_10 AC 556 ms
141,216 KB
testcase_11 AC 1,235 ms
142,348 KB
testcase_12 TLE -
testcase_13 AC 355 ms
137,120 KB
testcase_14 AC 862 ms
141,604 KB
testcase_15 AC 1,690 ms
149,924 KB
testcase_16 AC 1,002 ms
142,436 KB
testcase_17 AC 363 ms
137,124 KB
testcase_18 AC 405 ms
140,448 KB
testcase_19 AC 898 ms
141,860 KB
testcase_20 AC 404 ms
140,324 KB
testcase_21 AC 553 ms
141,476 KB
testcase_22 AC 461 ms
140,964 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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