結果

問題 No.666 1000000007で割るだけ
ユーザー kotatsugamekotatsugame
提出日時 2018-04-07 20:54:51
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 347 ms / 2,000 ms
コード長 29 bytes
コンパイル時間 467 ms
コンパイル使用メモリ 120,128 KB
実行使用メモリ 129,820 KB
最終ジャッジ日時 2023-08-16 05:03:14
合計ジャッジ時間 9,911 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 335 ms
128,876 KB
testcase_01 AC 332 ms
128,768 KB
testcase_02 AC 339 ms
129,660 KB
testcase_03 AC 337 ms
128,972 KB
testcase_04 AC 347 ms
129,136 KB
testcase_05 AC 323 ms
128,816 KB
testcase_06 AC 341 ms
128,764 KB
testcase_07 AC 343 ms
128,956 KB
testcase_08 AC 334 ms
128,780 KB
testcase_09 AC 324 ms
128,740 KB
testcase_10 AC 323 ms
128,744 KB
testcase_11 AC 326 ms
128,936 KB
testcase_12 AC 333 ms
128,764 KB
testcase_13 AC 322 ms
128,532 KB
testcase_14 AC 326 ms
128,500 KB
testcase_15 AC 318 ms
128,660 KB
testcase_16 AC 322 ms
128,788 KB
testcase_17 AC 332 ms
128,752 KB
testcase_18 AC 331 ms
128,732 KB
testcase_19 AC 343 ms
128,780 KB
testcase_20 AC 322 ms
129,820 KB
testcase_21 AC 330 ms
129,168 KB
testcase_22 AC 335 ms
128,840 KB
testcase_23 AC 333 ms
128,948 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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