結果
| 問題 |
No.188 HAPPY DAY
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-11-10 23:54:24 |
| 言語 | Common Lisp (sbcl 2.5.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 201 bytes |
| コンパイル時間 | 304 ms |
| コンパイル使用メモリ | 33,600 KB |
| 実行使用メモリ | 27,848 KB |
| 最終ジャッジ日時 | 2024-09-26 02:28:22 |
| 合計ジャッジ時間 | 797 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 26 SEP 2024 02:28:21 AM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.043
ソースコード
(format t "~a~%" (loop for d in (list 31 28 31 30 31 30 31 31 30 31 30 31) for m from 1 to 10 sum (loop for b from 1 to d when (eql m (+ (floor (/ b 10)) (mod b 10))) count b)))