結果
| 問題 |
No.2011 Arbitrary Mod (Hidden)
|
| コンテスト | |
| ユーザー |
とりゐ
|
| 提出日時 | 2022-07-15 22:01:32 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 83 bytes |
| コンパイル時間 | 382 ms |
| コンパイル使用メモリ | 81,920 KB |
| 実行使用メモリ | 64,640 KB |
| 最終ジャッジ日時 | 2024-06-27 17:58:08 |
| 合計ジャッジ時間 | 5,568 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 35 RE * 8 |
ソースコード
mod=3*5*17*257*65537 n=int(input()) if n<110: raise Exception print(mod) print(1)
とりゐ