Submission #54887642
Source Code Expand
Copy
(import 'java.util.Scanner)(def scanner (Scanner. System/in))(defn scan-int [] (.nextInt scanner))(defn scan-line [] (.nextLine scanner))(def sum (+ (scan-int) (scan-int) (scan-int)))(scan-line)(println sum (scan-line))
(import 'java.util.Scanner) (def scanner (Scanner. System/in)) (defn scan-int [] (.nextInt scanner)) (defn scan-line [] (.nextLine scanner)) (def sum (+ (scan-int) (scan-int) (scan-int))) (scan-line) (println sum (scan-line))
Submission Info
| Submission Time | |
|---|---|
| Task | PracticeA - Welcome to AtCoder |
| User | mikecat |
| Language | Clojure (clojure 1.11.1) |
| Score | 100 |
| Code Size | 235 Byte |
| Status | AC |
| Exec Time | 1652 ms |
| Memory | 101368 KB |
Judge Result
| Set Name | All | ||
|---|---|---|---|
| Score / Max Score | 100 / 100 | ||
| Status |
|
| Set Name | Test Cases |
|---|---|
| All | 00_rnd_01.txt, 00_rnd_02.txt, 00_rnd_03.txt, 00_rnd_04.txt, 00_rnd_05.txt, 00_sample_1.txt, 00_sample_2.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_rnd_01.txt | AC | 1652 ms | 101368 KB |
| 00_rnd_02.txt | AC | 1185 ms | 88508 KB |
| 00_rnd_03.txt | AC | 1193 ms | 89728 KB |
| 00_rnd_04.txt | AC | 1198 ms | 89388 KB |
| 00_rnd_05.txt | AC | 1182 ms | 89924 KB |
| 00_sample_1.txt | AC | 1194 ms | 89400 KB |
| 00_sample_2.txt | AC | 1207 ms | 89448 KB |