Submission #1418725


Source Code Expand

(defun calc (x) (/ (* x (+ x 1)) 2))
(write (calc (read)))

Submission Info

Submission Time
Task A - Children and Candies (ABC Edit)
User m_buyoh
Language Common Lisp (SBCL 1.1.14)
Score 100
Code Size 59 Byte
Status AC
Exec Time 115 ms
Memory 10212 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 6
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt
Case Name Status Exec Time Memory
0_000.txt AC 115 ms 10212 KB
0_001.txt AC 9 ms 3172 KB
0_002.txt AC 8 ms 3176 KB
1_003.txt AC 8 ms 3176 KB
1_004.txt AC 8 ms 3172 KB
1_005.txt AC 8 ms 3168 KB