結果

問題 No.1487 ぺんぎんさんかっけー
ユーザー yuruhiyayuruhiya
提出日時 2021-04-23 22:09:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 379 ms / 1,000 ms
コード長 43 bytes
コンパイル時間 506 ms
コンパイル使用メモリ 126,084 KB
実行使用メモリ 137,104 KB
最終ジャッジ日時 2024-07-04 08:08:16
合計ジャッジ時間 15,511 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 366 ms
137,100 KB
testcase_01 AC 363 ms
136,716 KB
testcase_02 AC 366 ms
137,104 KB
testcase_03 AC 379 ms
136,976 KB
testcase_04 AC 364 ms
136,976 KB
testcase_05 AC 364 ms
136,848 KB
testcase_06 AC 361 ms
136,844 KB
testcase_07 AC 372 ms
136,844 KB
testcase_08 AC 363 ms
136,820 KB
testcase_09 AC 362 ms
136,592 KB
testcase_10 AC 369 ms
136,976 KB
testcase_11 AC 360 ms
136,844 KB
testcase_12 AC 370 ms
136,848 KB
testcase_13 AC 373 ms
136,976 KB
testcase_14 AC 360 ms
136,972 KB
testcase_15 AC 353 ms
136,588 KB
testcase_16 AC 364 ms
136,844 KB
testcase_17 AC 368 ms
136,720 KB
testcase_18 AC 365 ms
136,848 KB
testcase_19 AC 369 ms
137,104 KB
testcase_20 AC 358 ms
136,848 KB
testcase_21 AC 363 ms
136,976 KB
testcase_22 AC 367 ms
136,720 KB
testcase_23 AC 368 ms
136,976 KB
testcase_24 AC 366 ms
136,976 KB
testcase_25 AC 363 ms
136,716 KB
testcase_26 AC 361 ms
136,972 KB
testcase_27 AC 363 ms
136,720 KB
testcase_28 AC 359 ms
136,720 KB
testcase_29 AC 354 ms
137,104 KB
testcase_30 AC 357 ms
136,972 KB
testcase_31 AC 358 ms
137,072 KB
testcase_32 AC 364 ms
136,976 KB
testcase_33 AC 371 ms
137,100 KB
testcase_34 AC 358 ms
136,848 KB
testcase_35 AC 356 ms
136,848 KB
testcase_36 AC 363 ms
136,716 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sqrt(-[*](@($_=words)X-$!=.sum/2)*$!)/4
0