結果
| 問題 | No.1223 I hate Golf | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2020-12-20 18:32:44 | 
| 言語 | Common Lisp (sbcl 2.5.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 86 bytes | 
| コンパイル時間 | 169 ms | 
| コンパイル使用メモリ | 25,472 KB | 
| 実行使用メモリ | 21,504 KB | 
| 最終ジャッジ日時 | 2024-09-21 12:02:42 | 
| 合計ジャッジ時間 | 942 ms | 
| ジャッジサーバーID (参考情報) | judge2 / judge4 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 11 WA * 1 | 
コンパイルメッセージ
; compiling file "/home/judge/data/code/Main.lisp" (written 21 SEP 2024 12:02:40 PM): ; wrote /home/judge/data/code/Main.fasl ; compilation finished in 0:00:00.001
ソースコード
(princ (if (< (ceiling (abs (read)) (read)) (read))
           "Yes"
           "No"))
            
            
            
        