結果
問題 |
No.530 年齢って毎年変わるし覚えるの難しいよね
|
ユーザー |
|
提出日時 | 2025-03-27 20:55:42 |
言語 | Common Lisp (sbcl 2.5.0) |
結果 |
AC
|
実行時間 | 9 ms / 2,000 ms |
コード長 | 76 bytes |
コンパイル時間 | 2,629 ms |
コンパイル使用メモリ | 30,084 KB |
実行使用メモリ | 19,712 KB |
最終ジャッジ日時 | 2025-03-27 20:55:47 |
合計ジャッジ時間 | 2,972 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 48 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 27 MAR 2025 08:55:42 PM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.110
ソースコード
(defparameter Y (parse-integer (read-line))) (format 't "~d~%" (- 2017 Y))