結果

問題 No.906 Y字グラフ
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 17:49:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 364 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 1,944 ms
コンパイル使用メモリ 119,716 KB
実行使用メモリ 133,576 KB
最終ジャッジ日時 2023-09-23 02:38:58
合計ジャッジ時間 15,683 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 348 ms
133,404 KB
testcase_01 AC 353 ms
133,324 KB
testcase_02 AC 354 ms
133,408 KB
testcase_03 AC 359 ms
133,236 KB
testcase_04 AC 352 ms
133,388 KB
testcase_05 AC 353 ms
133,448 KB
testcase_06 AC 354 ms
133,448 KB
testcase_07 AC 350 ms
133,448 KB
testcase_08 AC 354 ms
133,344 KB
testcase_09 AC 349 ms
133,448 KB
testcase_10 AC 348 ms
133,368 KB
testcase_11 AC 350 ms
133,412 KB
testcase_12 AC 350 ms
133,360 KB
testcase_13 AC 346 ms
133,132 KB
testcase_14 AC 347 ms
133,576 KB
testcase_15 AC 347 ms
133,188 KB
testcase_16 AC 347 ms
133,268 KB
testcase_17 AC 351 ms
133,352 KB
testcase_18 AC 351 ms
133,476 KB
testcase_19 AC 351 ms
133,120 KB
testcase_20 AC 349 ms
133,396 KB
testcase_21 AC 353 ms
133,320 KB
testcase_22 AC 356 ms
133,144 KB
testcase_23 AC 348 ms
132,816 KB
testcase_24 AC 350 ms
133,380 KB
testcase_25 AC 364 ms
133,132 KB
testcase_26 AC 355 ms
133,404 KB
testcase_27 AC 355 ms
133,100 KB
testcase_28 AC 349 ms
133,332 KB
testcase_29 AC 349 ms
133,328 KB
testcase_30 AC 351 ms
133,424 KB
testcase_31 AC 354 ms
133,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ((get-1)²+3)div 12%(1e9+|7)
0