結果

問題 No.906 Y字グラフ
ユーザー yuruhiyayuruhiya
提出日時 2021-04-29 17:49:22
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 322 ms / 2,000 ms
コード長 32 bytes
コンパイル時間 1,772 ms
コンパイル使用メモリ 132,744 KB
実行使用メモリ 143,708 KB
最終ジャッジ日時 2024-07-16 03:00:01
合計ジャッジ時間 13,246 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 315 ms
142,780 KB
testcase_01 AC 315 ms
142,656 KB
testcase_02 AC 309 ms
142,652 KB
testcase_03 AC 311 ms
143,420 KB
testcase_04 AC 313 ms
142,552 KB
testcase_05 AC 304 ms
143,168 KB
testcase_06 AC 317 ms
142,656 KB
testcase_07 AC 314 ms
143,040 KB
testcase_08 AC 316 ms
142,528 KB
testcase_09 AC 316 ms
143,168 KB
testcase_10 AC 316 ms
142,396 KB
testcase_11 AC 320 ms
143,168 KB
testcase_12 AC 322 ms
142,652 KB
testcase_13 AC 317 ms
143,040 KB
testcase_14 AC 318 ms
142,784 KB
testcase_15 AC 311 ms
143,168 KB
testcase_16 AC 316 ms
142,656 KB
testcase_17 AC 314 ms
143,424 KB
testcase_18 AC 321 ms
142,656 KB
testcase_19 AC 305 ms
143,036 KB
testcase_20 AC 315 ms
142,784 KB
testcase_21 AC 304 ms
143,296 KB
testcase_22 AC 311 ms
142,652 KB
testcase_23 AC 308 ms
143,040 KB
testcase_24 AC 306 ms
142,552 KB
testcase_25 AC 306 ms
142,524 KB
testcase_26 AC 309 ms
143,708 KB
testcase_27 AC 309 ms
143,168 KB
testcase_28 AC 306 ms
143,292 KB
testcase_29 AC 310 ms
143,580 KB
testcase_30 AC 310 ms
143,168 KB
testcase_31 AC 310 ms
143,580 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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