結果

問題 No.251 大きな桁の復習問題(1)
ユーザー yuruhiyayuruhiya
提出日時 2020-04-09 12:18:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,507 ms / 5,000 ms
コード長 40 bytes
コンパイル時間 465 ms
コンパイル使用メモリ 11,356 KB
実行使用メモリ 90,564 KB
最終ジャッジ日時 2023-10-01 00:18:29
合計ジャッジ時間 30,769 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,236 KB
testcase_01 AC 82 ms
15,260 KB
testcase_02 AC 84 ms
15,348 KB
testcase_03 AC 84 ms
15,264 KB
testcase_04 AC 85 ms
15,144 KB
testcase_05 AC 83 ms
15,308 KB
testcase_06 AC 83 ms
15,080 KB
testcase_07 AC 82 ms
15,156 KB
testcase_08 AC 82 ms
15,228 KB
testcase_09 AC 2,468 ms
90,268 KB
testcase_10 AC 2,458 ms
90,552 KB
testcase_11 AC 2,465 ms
90,564 KB
testcase_12 AC 2,465 ms
90,420 KB
testcase_13 AC 2,480 ms
90,504 KB
testcase_14 AC 2,454 ms
90,360 KB
testcase_15 AC 2,483 ms
90,532 KB
testcase_16 AC 2,459 ms
90,372 KB
testcase_17 AC 2,507 ms
90,492 KB
testcase_18 AC 2,462 ms
90,416 KB
testcase_19 AC 2,499 ms
90,308 KB
testcase_20 AC 83 ms
15,028 KB
testcase_21 AC 84 ms
15,324 KB
testcase_22 AC 82 ms
15,296 KB
testcase_23 AC 85 ms
15,320 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.to_i.pow(gets.to_i, 129402307)
0