提出 #54887642
ソースコード 拡げる
(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))
提出情報
| 提出日時 | |
|---|---|
| 問題 | PracticeA - Welcome to AtCoder |
| ユーザ | mikecat |
| 言語 | Clojure (clojure 1.11.1) |
| 得点 | 100 |
| コード長 | 235 Byte |
| 結果 | AC |
| 実行時間 | 1652 ms |
| メモリ | 101368 KiB |
ジャッジ結果
| セット名 | All | ||
|---|---|---|---|
| 得点 / 配点 | 100 / 100 | ||
| 結果 |
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_rnd_01.txt | AC | 1652 ms | 101368 KiB |
| 00_rnd_02.txt | AC | 1185 ms | 88508 KiB |
| 00_rnd_03.txt | AC | 1193 ms | 89728 KiB |
| 00_rnd_04.txt | AC | 1198 ms | 89388 KiB |
| 00_rnd_05.txt | AC | 1182 ms | 89924 KiB |
| 00_sample_1.txt | AC | 1194 ms | 89400 KiB |
| 00_sample_2.txt | AC | 1207 ms | 89448 KiB |