結果
問題 |
No.976 2 の 128 乗と M
|
ユーザー |
![]() |
提出日時 | 2020-01-31 22:08:11 |
言語 | Common Lisp (sbcl 2.5.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 49 bytes |
コンパイル時間 | 600 ms |
コンパイル使用メモリ | 31,436 KB |
実行使用メモリ | 34,968 KB |
最終ジャッジ日時 | 2024-09-17 08:25:10 |
合計ジャッジ時間 | 2,618 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 4 |
other | RE * 50 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 17 SEP 2024 08:25:07 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" {10011A09F3}> ; ; compilation unit aborted ; caught 1 fatal ERROR condition ; caught 1 ERROR condition ; compilation aborted after 0:00:00.127
ソースコード
(setf *M* (read)) (princ (mod (expt 2 128) *M*)))