結果

問題 No.98 円を描こう
ユーザー yuruhiyayuruhiya
提出日時 2020-10-17 14:19:30
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 334 ms / 5,000 ms
コード長 30 bytes
コンパイル時間 487 ms
コンパイル使用メモリ 119,976 KB
実行使用メモリ 133,688 KB
最終ジャッジ日時 2023-09-28 07:49:22
合計ジャッジ時間 4,847 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 330 ms
133,588 KB
testcase_01 AC 323 ms
133,600 KB
testcase_02 AC 325 ms
133,688 KB
testcase_03 AC 330 ms
133,612 KB
testcase_04 AC 334 ms
133,660 KB
testcase_05 AC 320 ms
133,660 KB
testcase_06 AC 330 ms
133,624 KB
testcase_07 AC 324 ms
133,648 KB
testcase_08 AC 325 ms
133,584 KB
testcase_09 AC 326 ms
133,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say 1+2*sqrt(sum words>>²)+|0
0