結果

問題 No.1551 誕生日の三角形
ユーザー kotatsugamekotatsugame
提出日時 2021-06-18 22:34:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 319 ms / 1,000 ms
コード長 18 bytes
コンパイル時間 1,918 ms
コンパイル使用メモリ 119,608 KB
実行使用メモリ 123,816 KB
最終ジャッジ日時 2023-09-04 23:45:53
合計ジャッジ時間 6,389 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 319 ms
123,396 KB
testcase_01 AC 302 ms
123,484 KB
testcase_02 AC 308 ms
123,788 KB
testcase_03 AC 311 ms
123,460 KB
testcase_04 AC 314 ms
123,456 KB
testcase_05 AC 310 ms
123,428 KB
testcase_06 AC 311 ms
123,592 KB
testcase_07 AC 310 ms
123,356 KB
testcase_08 AC 307 ms
123,816 KB
testcase_09 AC 310 ms
123,380 KB
testcase_10 AC 308 ms
123,488 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say get²/36*3**.5
0