結果
| 問題 | No.285 消費税2 |
| コンテスト | |
| ユーザー |
Common Lisp
|
| 提出日時 | 2024-11-01 11:52:59 |
| 言語 | Common Lisp (sbcl 2.6.7) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 143 bytes |
| 記録 | |
| コンパイル時間 | 829 ms |
| コンパイル使用メモリ | 25,984 KB |
| 実行使用メモリ | 19,584 KB |
| 最終ジャッジ日時 | 2026-09-19 08:21:40 |
| 合計ジャッジ時間 | 2,302 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 22 WA * 4 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 19 SEP 2026 08:21:37 AM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.012
ソースコード
(defun main (&rest argv)
(declare (ignorable argv))
(let* ((d (* 108 (read))))
(format t "~d.~d~%" (floor d 100) (mod d 100))))
(main)
Common Lisp