Submission #55231284


Source Code Expand

Copy
let line1 = readLine()!
let line2 = readLine()!
let line3 = readLine()!
let a = Int(line1)!
let bc = line2.split(separator: " ")
let b = Int(bc[0])!
let c = Int(bc[1])!
print(a + b + c, line3)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
let line1 = readLine()!
let line2 = readLine()!
let line3 = readLine()!

let a = Int(line1)!
let bc = line2.split(separator: " ")
let b = Int(bc[0])!
let c = Int(bc[1])!

print(a + b + c, line3)

Submission Info

Submission Time
Task PracticeA - Welcome to AtCoder
User mikecat
Language Swift (swift 5.8.1)
Score 100
Code Size 205 Byte
Status AC
Exec Time 3 ms
Memory 8556 KB

Compile Error

[0/1] Planning build
Building for production...
[0/2] Compiling _NumericsShims _NumericsShims.c
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[2/3] Compiling RealModule AlgebraicField.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[4/5] Compiling OrderedCollections _HashTable+Bucket.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[6/7] Compiling DequeModule Compatibility.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[8/9] Compiling Algorithms AdjacentPairs.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[10/11] Compiling Collections Collections.swift
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
[12/13] Compiling Main main.swift
[13/14] Linking Main
Build complete! (8.39s)

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 7
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 2 ms 8180 KB
00_rnd_02.txt AC 2 ms 8484 KB
00_rnd_03.txt AC 2 ms 8136 KB
00_rnd_04.txt AC 2 ms 8408 KB
00_rnd_05.txt AC 3 ms 8312 KB
00_sample_1.txt AC 2 ms 8556 KB
00_sample_2.txt AC 2 ms 8368 KB


2024-07-06 (Sat)
00:10:44 +09:00