結果
| 問題 | No.976 2 の 128 乗と M |
| コンテスト | |
| ユーザー |
p41a17RnLRWJ4eb
|
| 提出日時 | 2020-01-31 22:08:11 |
| 言語 | Common Lisp (sbcl 2.6.7) |
| 結果 |
RE
不安定
|
| 実行時間 | - |
| コード長 | 49 bytes |
| 記録 | |
| コンパイル時間 | 934 ms |
| コンパイル使用メモリ | 23,808 KB |
| 実行使用メモリ | 22,016 KB |
| 最終ジャッジ日時 | 2026-08-29 10:21:52 |
| 合計ジャッジ時間 | 3,587 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 4 |
| other | RE * 50 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 29 AUG 2026 10:21:47 AM):
;
; caught ERROR:
; READ error during COMPILE-FILE:
;
; unmatched close parenthesis
;
; Line: 2, Column: 31, File-Position: 48
;
; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/judge/data/code/Main.lisp" {1200C78B63}>
;
; compilation unit aborted
; caught 1 fatal ERROR condition
; caught 1 ERROR condition
; compilation aborted after 0:00:00.006
ソースコード
(setf *M* (read)) (princ (mod (expt 2 128) *M*)))
p41a17RnLRWJ4eb