Submission #21967552
Source Code Expand
(defun solve (a b) (if (= (mod (* a b) 2) 0) "Even" "Odd") ) (format t "~A~%" (solve (read) (read)))
Submission Info
| Submission Time | |
|---|---|
| Task | A - Product |
| User | season |
| Language | Common Lisp (SBCL 2.0.3) |
| Score | 100 |
| Code Size | 106 Byte |
| Status | AC |
| Exec Time | 15 ms |
| Memory | 24400 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt |
| All | 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 15 ms | 24400 KiB |
| 0_001.txt | AC | 13 ms | 24168 KiB |
| 1_002.txt | AC | 11 ms | 24220 KiB |
| 1_003.txt | AC | 14 ms | 24164 KiB |
| 1_004.txt | AC | 14 ms | 24212 KiB |
| 1_005.txt | AC | 13 ms | 24240 KiB |
| 1_006.txt | AC | 12 ms | 24368 KiB |