結果
| 問題 |
No.8045 怪文書
|
| コンテスト | |
| ユーザー |
neko_the_shadow
|
| 提出日時 | 2019-04-02 21:59:27 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 79 bytes |
| コンパイル時間 | 402 ms |
| コンパイル使用メモリ | 82,260 KB |
| 実行使用メモリ | 335,160 KB |
| 最終ジャッジ日時 | 2024-12-14 10:22:21 |
| 合計ジャッジ時間 | 26,234 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 12 TLE * 8 |
ソースコード
import math n, m = map(int, input().split()) x = math.factorial(n) % m print(x)
neko_the_shadow