結果

問題 No.906 Y字グラフ
ユーザー yuruhiyayuruhiya
提出日時 2021-04-02 15:58:06
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 312 ms / 2,000 ms
コード長 33 bytes
コンパイル時間 526 ms
コンパイル使用メモリ 132,056 KB
実行使用メモリ 135,844 KB
最終ジャッジ日時 2024-06-06 01:12:02
合計ジャッジ時間 11,419 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 300 ms
135,716 KB
testcase_01 AC 304 ms
135,460 KB
testcase_02 AC 304 ms
135,712 KB
testcase_03 AC 299 ms
135,716 KB
testcase_04 AC 300 ms
135,716 KB
testcase_05 AC 302 ms
135,712 KB
testcase_06 AC 300 ms
135,588 KB
testcase_07 AC 309 ms
135,844 KB
testcase_08 AC 298 ms
135,716 KB
testcase_09 AC 297 ms
135,588 KB
testcase_10 AC 303 ms
135,480 KB
testcase_11 AC 297 ms
135,328 KB
testcase_12 AC 295 ms
135,460 KB
testcase_13 AC 304 ms
135,840 KB
testcase_14 AC 301 ms
135,588 KB
testcase_15 AC 302 ms
135,476 KB
testcase_16 AC 299 ms
135,456 KB
testcase_17 AC 301 ms
135,456 KB
testcase_18 AC 299 ms
135,456 KB
testcase_19 AC 298 ms
135,712 KB
testcase_20 AC 312 ms
135,332 KB
testcase_21 AC 310 ms
135,456 KB
testcase_22 AC 306 ms
135,712 KB
testcase_23 AC 309 ms
135,456 KB
testcase_24 AC 294 ms
135,588 KB
testcase_25 AC 299 ms
135,588 KB
testcase_26 AC 303 ms
135,456 KB
testcase_27 AC 301 ms
135,460 KB
testcase_28 AC 311 ms
135,716 KB
testcase_29 AC 305 ms
135,584 KB
testcase_30 AC 303 ms
135,332 KB
testcase_31 AC 300 ms
135,476 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ((get-1)²+3)div⒓%(10⁹+7)
0