結果
問題 |
No.395 永遠の17歳
|
ユーザー |
|
提出日時 | 2025-04-13 20:50:10 |
言語 | Common Lisp (sbcl 2.5.0) |
結果 |
AC
|
実行時間 | 10 ms / 1,000 ms |
コード長 | 90 bytes |
コンパイル時間 | 1,337 ms |
コンパイル使用メモリ | 29,840 KB |
実行使用メモリ | 27,544 KB |
最終ジャッジ日時 | 2025-04-13 20:50:12 |
合計ジャッジ時間 | 2,537 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 17 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 13 APR 2025 08:50:10 PM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.037
ソースコード
(defparameter A (parse-integer (read-line))) (format t "~d~%" (if (<= A 14) -1 (- A 7)))