結果

問題 No.666 1000000007で割るだけ
ユーザー kotatsugamekotatsugame
提出日時 2018-04-07 20:54:51
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 358 ms / 2,000 ms
コード長 29 bytes
コンパイル時間 769 ms
コンパイル使用メモリ 124,068 KB
実行使用メモリ 136,720 KB
最終ジャッジ日時 2024-11-24 14:58:08
合計ジャッジ時間 8,689 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 297 ms
136,472 KB
testcase_01 AC 291 ms
136,464 KB
testcase_02 AC 289 ms
136,588 KB
testcase_03 AC 296 ms
136,588 KB
testcase_04 AC 300 ms
136,720 KB
testcase_05 AC 296 ms
136,716 KB
testcase_06 AC 291 ms
136,460 KB
testcase_07 AC 291 ms
136,720 KB
testcase_08 AC 287 ms
136,464 KB
testcase_09 AC 289 ms
136,336 KB
testcase_10 AC 288 ms
136,716 KB
testcase_11 AC 296 ms
136,588 KB
testcase_12 AC 290 ms
136,716 KB
testcase_13 AC 358 ms
136,588 KB
testcase_14 AC 288 ms
136,464 KB
testcase_15 AC 285 ms
136,716 KB
testcase_16 AC 283 ms
136,460 KB
testcase_17 AC 283 ms
136,692 KB
testcase_18 AC 298 ms
136,592 KB
testcase_19 AC 290 ms
136,464 KB
testcase_20 AC 284 ms
136,564 KB
testcase_21 AC 290 ms
136,352 KB
testcase_22 AC 295 ms
136,332 KB
testcase_23 AC 291 ms
136,308 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ([*] get.words)%(10**9+7)
0