結果

問題 No.16 累乗の加算
ユーザー %20%20
提出日時 2017-06-01 23:38:29
言語 Ruby
(3.4.1)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 58 bytes
コンパイル時間 333 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 110,964 KB
最終ジャッジ日時 2024-12-20 11:25:36
合計ジャッジ時間 50,227 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
19,236 KB
testcase_01 AC 92 ms
67,828 KB
testcase_02 TLE -
testcase_03 AC 4,184 ms
110,964 KB
testcase_04 AC 1,180 ms
53,504 KB
testcase_05 AC 3,955 ms
70,968 KB
testcase_06 TLE -
testcase_07 AC 4,507 ms
68,024 KB
testcase_08 TLE -
testcase_09 TLE -
testcase_10 AC 4,263 ms
71,600 KB
testcase_11 AC 359 ms
18,708 KB
testcase_12 TLE -
testcase_13 AC 92 ms
80,356 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
$/=" "
p$<.map{|a|$_.to_i.**a.to_i%M=1000002}.sum%-~M
0