結果
| 問題 | No.46 はじめのn歩 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-05-12 13:34:41 |
| 言語 | Common Lisp (sbcl 2.6.7) |
| 結果 |
RE
不安定
|
| 実行時間 | - |
| コード長 | 32 bytes |
| 記録 | |
| コンパイル時間 | 10 ms |
| コンパイル使用メモリ | 24,192 KB |
| 実行使用メモリ | 22,144 KB |
| 最終ジャッジ日時 | 2026-08-26 03:13:58 |
| 合計ジャッジ時間 | 1,096 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 10 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 26 AUG 2026 03:13:56 AM):
;
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Package PPCRE does not exist.
;
; Line: 1, Column: 20, File-Position: 19
;
; 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.001
ソースコード
(setq x (ppcre:split " " stdin))