結果

問題 No.747 循環小数N桁目 Hard
ユーザー kotatsugame
提出日時 2018-10-19 23:26:20
言語 Python2
(2.7.18)
結果
AC  
実行時間 101 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 511 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-11-18 22:41:15
合計ジャッジ時間 7,064 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 4
other AC * 120
権限があれば一括ダウンロードができます

ソースコード

diff #

print'428571'[pow(input(),input(),6)]
0