結果

問題 No.353 ヘイトプラス
ユーザー まんしmaNNshi
提出日時 2025-04-09 23:01:03
言語 Common Lisp
(sbcl 2.5.0)
結果
AC  
実行時間 8 ms / 1,000 ms
コード長 139 bytes
コンパイル時間 1,998 ms
コンパイル使用メモリ 28,572 KB
実行使用メモリ 25,640 KB
最終ジャッジ日時 2025-04-09 23:01:06
合計ジャッジ時間 2,986 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 7
権限があれば一括ダウンロードができます
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 09 APR 2025 11:01:03 PM):

; wrote /home/judge/data/code/Main.fasl
; compilation finished in 0:00:00.043

ソースコード

diff #

(defvar temp)
(setq temp (read-from-string (concatenate 'string "(" (read-line) ")" )))
(format t "~d~%" (- (nth 0 temp) (- (nth 1 temp))))
0