-
[백준 8393][Swift] 합알고리즘 2022. 4. 1. 14:45728x90
코드
let input = Int(readLine()!)! var sum: Int = 0 for i in 1...input { sum += i } print(sum)
https://www.acmicpc.net/problem/8393
'알고리즘' 카테고리의 다른 글
[백준 2438][Swift] 별 찍기 - 1 (0) 2022.04.01 [백준 10818][Swift] 최소, 최대 (0) 2022.04.01 [백준 1924][Swift] 2007년 (0) 2022.04.01 [백준 2739][Swift] 구구단 (0) 2022.04.01 [백준 2741][Swift] 기찍 N (0) 2022.03.31