結果
| 問題 |
No.2011 Arbitrary Mod (Hidden)
|
| コンテスト | |
| ユーザー |
とりゐ
|
| 提出日時 | 2022-07-15 22:00:57 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 83 bytes |
| コンパイル時間 | 179 ms |
| コンパイル使用メモリ | 82,304 KB |
| 実行使用メモリ | 64,896 KB |
| 最終ジャッジ日時 | 2024-06-27 17:55:45 |
| 合計ジャッジ時間 | 6,099 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 30 RE * 13 |
ソースコード
mod=3*5*17*257*65537 n=int(input()) if n<150: raise Exception print(mod) print(1)
とりゐ