結果
| 問題 | No.976 2 の 128 乗と M |
| コンテスト | |
| ユーザー |
StarMatyan
|
| 提出日時 | 2020-11-29 00:06:19 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 95 bytes |
| 記録 | |
| コンパイル時間 | 286 ms |
| コンパイル使用メモリ | 21,404 KB |
| 実行使用メモリ | 16,012 KB |
| 最終ジャッジ日時 | 2026-08-25 20:09:45 |
| 合計ジャッジ時間 | 8,389 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 50 |
ソースコード
import math inputer= int(input()) baser =math.pow(2,128) result = baser%inputer print(result)
StarMatyan